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