@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-11-01T14:46:27.789+08:00") public class BaseStatus extends Object
| Constructor and Description |
|---|
BaseStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static BaseStatus |
fromString(String json)
Convert the given JSON string to object of class
BaseStatus. |
Integer |
getCode()
状态
|
String |
getDesc()
描述
|
int |
hashCode() |
void |
setCode(Integer code) |
void |
setDesc(String desc) |
String |
toString() |
BaseStatus |
withCode(Integer code) |
BaseStatus |
withDesc(String desc) |
public BaseStatus withCode(Integer code)
public Integer getCode()
public void setCode(Integer code)
public BaseStatus withDesc(String desc)
public String getDesc()
public void setDesc(String desc)
public static BaseStatus fromString(String json) throws IOException
BaseStatus.IOExceptionCopyright © 2019. All rights reserved.