Class PropertyAllowableValue

java.lang.Object
org.apache.nifi.api.toolkit.model.PropertyAllowableValue

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class PropertyAllowableValue extends Object
PropertyAllowableValue
  • Field Details

    • value

      private String value
    • displayName

      private String displayName
    • description

      private String description
  • Constructor Details

    • PropertyAllowableValue

      public PropertyAllowableValue()
  • Method Details

    • value

      public PropertyAllowableValue value(String value)
    • getValue

      public String getValue()
      The internal value
      Returns:
      value
    • setValue

      public void setValue(String value)
    • displayName

      public PropertyAllowableValue displayName(String displayName)
    • getDisplayName

      public String getDisplayName()
      The display name of the value, if different from the internal value
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • description

      public PropertyAllowableValue description(String description)
    • getDescription

      public String getDescription()
      The description of the value, e.g., the behavior it produces.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • 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
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).