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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) displayName
(String displayName) boolean
The description of the value, e.g., the behavior it produces.The display name of the value, if different from the internal valuegetValue()
The internal valueint
hashCode()
void
setDescription
(String description) void
setDisplayName
(String displayName) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
value
-
displayName
-
description
-
-
Constructor Details
-
PropertyAllowableValue
public PropertyAllowableValue()
-
-
Method Details
-
value
-
getValue
The internal value- Returns:
- value
-
setValue
-
displayName
-
getDisplayName
The display name of the value, if different from the internal value- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
The description of the value, e.g., the behavior it produces.- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-