Package com.cloudera.cdp.df.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for tagColor.Getter for tagName.int
hashCode()
void
setTagColor
(String tagColor) Setter for tagColor.void
setTagName
(String tagName) Setter for tagName.toString()
-
Constructor Details
-
FlowDefinitionTagData
public FlowDefinitionTagData()
-
-
Method Details
-
getTagName
Getter for tagName. The name of the version tag. -
setTagName
Setter for tagName. The name of the version tag. -
getTagColor
Getter for tagColor. The color of the version tag (optional). -
setTagColor
Setter for tagColor. The color of the version tag (optional). -
equals
-
hashCode
public int hashCode() -
toString
-