@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-10-03T01:49:11.617+08:00") public class CreateGoodsTypeParam extends Object
| Constructor and Description |
|---|
CreateGoodsTypeParam() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CreateGoodsTypeParam |
fromString(String json)
Convert the given JSON string to object of class
CreateGoodsTypeParam. |
@NotNull @Valid GoodsTypeInfo |
getGoodsTypeInfo()
商品类型信息
|
int |
hashCode() |
void |
setGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo) |
String |
toString() |
CreateGoodsTypeParam |
withGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo) |
public CreateGoodsTypeParam withGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo)
@NotNull @Valid public @NotNull @Valid GoodsTypeInfo getGoodsTypeInfo()
public void setGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo)
public static CreateGoodsTypeParam fromString(String json) throws IOException
CreateGoodsTypeParam.IOExceptionCopyright © 2019. All rights reserved.