@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-10-23T01:22:22.140+08:00") public class ResAppSetting extends Object
| Constructor and Description |
|---|
ResAppSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ResAppSetting |
fromString(String json)
Convert the given JSON string to object of class
ResAppSetting. |
String |
getCode()
Get code
|
String |
getMessage()
Get message
|
@Valid AppSettingResult |
getResult()
Get result
|
int |
hashCode() |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setResult(AppSettingResult result) |
String |
toString() |
ResAppSetting |
withCode(String code) |
ResAppSetting |
withMessage(String message) |
ResAppSetting |
withResult(AppSettingResult result) |
public ResAppSetting withCode(String code)
public String getCode()
public void setCode(String code)
public ResAppSetting withMessage(String message)
public String getMessage()
public void setMessage(String message)
public ResAppSetting withResult(AppSettingResult result)
@Valid public @Valid AppSettingResult getResult()
public void setResult(AppSettingResult result)
public static ResAppSetting fromString(String json) throws IOException
ResAppSetting.IOExceptionCopyright © 2019. All rights reserved.