Package com.cloudera.cdp.dw.model
Class TagRequest
java.lang.Object
com.cloudera.cdp.dw.model.TagRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class TagRequest
extends Object
A key/value pair that can be attached to some resources.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TagRequest
public TagRequest()
-
-
Method Details
-
getKey
Getter for key. The tag's name. -
setKey
Setter for key. The tag's name. -
getValue
Getter for value. The associated value of the tag. -
setValue
Setter for value. The associated value of the tag. -
equals
-
hashCode
public int hashCode() -
toString
-