Package com.cloudera.cdp.datahub.model
Class GCPDatahubResourceTagRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.GCPDatahubResourceTagRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:50.892-07:00") public class GCPDatahubResourceTagRequest extends Object
A label that can be attached to GCP Data Hub resources. Please refer to Google documentation for the rules https://cloud.google.com/compute/docs/labeling-resources#label_format.
-
-
Constructor Summary
Constructors Constructor Description GCPDatahubResourceTagRequest()
-
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 key of tag.
-
setKey
public void setKey(String key)
Setter for key. The key of tag.
-
getValue
public String getValue()
Getter for value. The value of the tag.
-
setValue
public void setValue(String value)
Setter for value. The value of the tag.
-
-