Class CreateFlowVersionTagRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class CreateFlowVersionTagRequest
    extends Object
    Request object for the CreateFlowVersionTag method.
    • Constructor Detail

      • CreateFlowVersionTagRequest

        public CreateFlowVersionTagRequest()
    • Method Detail

      • getFlowVersionCrn

        public String getFlowVersionCrn()
        Getter for flowVersionCrn. The flow version CRN.
      • setFlowVersionCrn

        public void setFlowVersionCrn​(String flowVersionCrn)
        Setter for flowVersionCrn. The flow version CRN.
      • 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