| Package | Description |
|---|---|
| org.yiwan.seiya.tower.goods.model |
| Modifier and Type | Method and Description |
|---|---|
static GoodsDetail |
GoodsDetail.fromString(String json)
Convert the given JSON string to object of class
GoodsDetail. |
@Valid GoodsDetail |
BaseResponseGoodsDetail.getResult()
Get result
|
GoodsDetail |
GoodsDetail.withGoods(Goods goods) |
GoodsDetail |
GoodsDetail.withMappingGoods(List<Goods> mappingGoods) |
GoodsDetail |
GoodsDetail.withMappingGoodsAdd(Goods mappingGoods) |
GoodsDetail |
GoodsDetail.withTaxNumbers(List<TaxNumberRecord> taxNumbers) |
GoodsDetail |
GoodsDetail.withTaxNumbersAdd(TaxNumberRecord taxNumbers) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseResponseGoodsDetail.setResult(GoodsDetail result) |
BaseResponseGoodsDetail |
BaseResponseGoodsDetail.withResult(GoodsDetail result) |
Copyright © 2019. All rights reserved.