Package com.cloudera.cdp.ml.model
Class ProvisionTag
- java.lang.Object
-
- com.cloudera.cdp.ml.model.ProvisionTag
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:52.511-07:00") public class ProvisionTag extends Object
Contains a single tag entry that will be configured on cloud resources associated with a workspace.
-
-
Constructor Summary
Constructors Constructor Description ProvisionTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getKey()
Getter for key.String
getValue()
Getter for value.int
hashCode()
void
setKey(String key)
Setter for key.void
setValue(String value)
Setter for value.String
toString()
-
-
-
Method Detail
-
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.
-
-