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