Class PropertyAllowableValue

java.lang.Object
org.apache.nifi.c2.protocol.component.api.PropertyAllowableValue
All Implemented Interfaces:
Serializable

public class PropertyAllowableValue extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • value

      private String value
    • displayName

      private String displayName
    • description

      private String description
  • Constructor Details

    • PropertyAllowableValue

      public PropertyAllowableValue()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • 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