public class ConfiguredDictionaryOutput extends Object implements Serializable
| Constructor and Description |
|---|
ConfiguredDictionaryOutput() |
| Modifier and Type | Method and Description |
|---|---|
List<Dictionary> |
getDictionaryList() |
String |
getErrorMessage() |
Status |
getStatus() |
void |
setDictionaryList(List<Dictionary> dictionaryList) |
void |
setErrorMessage(String errorMessage) |
void |
setStatus(Status status) |
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public Status getStatus()
public void setStatus(Status status)
public List<Dictionary> getDictionaryList()
public void setDictionaryList(List<Dictionary> dictionaryList)
Copyright © 2024. All rights reserved.