public class AllowableValueDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private String |
displayName |
private String |
value |
| Constructor and Description |
|---|
AllowableValueDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDisplayName() |
String |
getValue() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setValue(String value) |
private String displayName
private String value
private String description
public String getDisplayName()
public void setDisplayName(String displayName)
public String getValue()
public void setValue(String value)
public String getDescription()
null if no description is givenpublic void setDescription(String description)
Copyright © 2023 Apache NiFi Project. All rights reserved.