public class LinenoteChoiceParameterValueDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
description
Human readable description.
|
String |
value
Value (enum constant).
|
| Constructor and Description |
|---|
LinenoteChoiceParameterValueDto()
No-arg constructor for deserialization.
|
LinenoteChoiceParameterValueDto(String value,
String description)
Construct.
|
public String value
public String description
public LinenoteChoiceParameterValueDto(String value, String description)
value - Value (enum constant) to representdescription - Human readable description of the represented constantpublic LinenoteChoiceParameterValueDto()