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