Class FlowVersionTag


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class FlowVersionTag
    extends Object
    A representation of an artifact version tag.
    • Constructor Detail

      • FlowVersionTag

        public FlowVersionTag()
    • Method Detail

      • getTagName

        public String getTagName()
        Getter for tagName. The name of the version tag.
      • setTagName

        public void setTagName​(String tagName)
        Setter for tagName. The name of the version tag.
      • getTagColor

        public String getTagColor()
        Getter for tagColor. The color of the version tag (optional).
      • setTagColor

        public void setTagColor​(String tagColor)
        Setter for tagColor. The color of the version tag (optional).
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object