public class PropertyAllowableValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
displayName |
private static long |
serialVersionUID |
private String |
value |
| Constructor and Description |
|---|
PropertyAllowableValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDisplayName() |
String |
getValue() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setValue(String value) |
private static final long serialVersionUID
private String value
private String displayName
private String description
public String getValue()
public void setValue(String value)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
Copyright © 2023 Apache NiFi Project. All rights reserved.