public class ErrorMessage extends Object
| Constructor and Description |
|---|
ErrorMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
lang()
Get the lang value.
|
String |
value()
Get the value value.
|
ErrorMessage |
withLang(String lang)
Set the lang value.
|
ErrorMessage |
withValue(String value)
Set the value value.
|
public String lang()
public ErrorMessage withLang(String lang)
lang - the lang value to setpublic String value()
public ErrorMessage withValue(String value)
value - the value value to setCopyright © 2019. All rights reserved.