Class FlowDefinitionTagData

java.lang.Object
com.cloudera.cdp.df.model.FlowDefinitionTagData

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class FlowDefinitionTagData extends Object
A representation of an artifact version tag.
  • Constructor Details

    • FlowDefinitionTagData

      public FlowDefinitionTagData()
  • Method Details

    • 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).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object