@Validated @Generated(value="io.swagger.codegen.languages.SeiyaSpringCodegen", date="2019-10-03T01:49:11.617+08:00") public class CreateGoodsParam extends Object
| Constructor and Description |
|---|
CreateGoodsParam() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CreateGoodsParam |
fromString(String json)
Convert the given JSON string to object of class
CreateGoodsParam. |
@NotNull @Valid Goods |
getGoods()
商品信息
|
@Valid List<TaxNumber> |
getTaxNumbers()
税转信息
|
int |
hashCode() |
void |
setGoods(Goods goods) |
void |
setTaxNumbers(List<TaxNumber> taxNumbers) |
String |
toString() |
CreateGoodsParam |
withGoods(Goods goods) |
CreateGoodsParam |
withTaxNumbers(List<TaxNumber> taxNumbers) |
CreateGoodsParam |
withTaxNumbersAdd(TaxNumber taxNumbers) |
public CreateGoodsParam withGoods(Goods goods)
@NotNull @Valid public @NotNull @Valid Goods getGoods()
public void setGoods(Goods goods)
public CreateGoodsParam withTaxNumbers(List<TaxNumber> taxNumbers)
public CreateGoodsParam withTaxNumbersAdd(TaxNumber taxNumbers)
public static CreateGoodsParam fromString(String json) throws IOException
CreateGoodsParam.IOExceptionCopyright © 2019. All rights reserved.