Package com.cloudera.cdp.ml.model
Class Tag
- java.lang.Object
-
- com.cloudera.cdp.ml.model.Tag
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.886-07:00") public class Tag extends Object
Contains a single tag entry associated with a workspace.
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
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.
-
-