Class ProvisionTag

java.lang.Object
com.cloudera.cdp.ml.model.ProvisionTag

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class ProvisionTag extends Object
Contains a single tag entry that will be configured on cloud resources associated with a workspace.
  • Constructor Details

    • ProvisionTag

      public ProvisionTag()
  • Method Details

    • getKey

      public String getKey()
      Getter for key. The name for the tag.
    • setKey

      public void setKey(String key)
      Setter for key. The name for the tag.
    • getValue

      public String getValue()
      Getter for value. The value for the tag.
    • setValue

      public void setValue(String value)
      Setter for value. The value for the tag.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object