Class Tag


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class Tag
    extends Object
    Contains a single tag entry associated with a workspace.
    • Constructor Detail

      • Tag

        public Tag()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object