public class ProductItemsAddRequest extends Object
| 构造器和说明 |
|---|
ProductItemsAddRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProductItemsAddRequest |
accountId(Long accountId) |
ProductItemsAddRequest |
addProductItemSpecListItem(ProductItemSpec productItemSpecListItem) |
boolean |
equals(Object o) |
ProductItemsAddRequest |
feedId(Long feedId) |
Long |
getAccountId()
Get accountId
|
Long |
getFeedId()
Get feedId
|
Long |
getProductCatalogId()
Get productCatalogId
|
List<ProductItemSpec> |
getProductItemSpecList()
Get productItemSpecList
|
int |
hashCode() |
ProductItemsAddRequest |
productCatalogId(Long productCatalogId) |
ProductItemsAddRequest |
productItemSpecList(List<ProductItemSpec> productItemSpecList) |
void |
setAccountId(Long accountId) |
void |
setFeedId(Long feedId) |
void |
setProductCatalogId(Long productCatalogId) |
void |
setProductItemSpecList(List<ProductItemSpec> productItemSpecList) |
String |
toString() |
public ProductItemsAddRequest accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public ProductItemsAddRequest productCatalogId(Long productCatalogId)
public Long getProductCatalogId()
public void setProductCatalogId(Long productCatalogId)
public ProductItemsAddRequest feedId(Long feedId)
public Long getFeedId()
public void setFeedId(Long feedId)
public ProductItemsAddRequest productItemSpecList(List<ProductItemSpec> productItemSpecList)
public ProductItemsAddRequest addProductItemSpecListItem(ProductItemSpec productItemSpecListItem)
public List<ProductItemSpec> getProductItemSpecList()
public void setProductItemSpecList(List<ProductItemSpec> productItemSpecList)
Copyright © 2020. All rights reserved.