public class KoubeiRetailWmsGoodsQueryModel extends AlipayObject
| Constructor and Description |
|---|
KoubeiRetailWmsGoodsQueryModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizStatus()
Gets biz status.
|
String |
getCategoryId()
Gets category id.
|
String |
getGoodsCode()
Gets goods code.
|
String |
getGoodsName()
Gets goods name.
|
OperateContext |
getOperateContext()
Gets operate context.
|
String |
getPageNo()
Gets page no.
|
Long |
getPageSize()
Gets page size.
|
String |
getProducerId()
Gets producer id.
|
String |
getSupplierId()
Gets supplier id.
|
void |
setBizStatus(String bizStatus)
Sets biz status.
|
void |
setCategoryId(String categoryId)
Sets category id.
|
void |
setGoodsCode(String goodsCode)
Sets goods code.
|
void |
setGoodsName(String goodsName)
Sets goods name.
|
void |
setOperateContext(OperateContext operateContext)
Sets operate context.
|
void |
setPageNo(String pageNo)
Sets page no.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setProducerId(String producerId)
Sets producer id.
|
void |
setSupplierId(String supplierId)
Sets supplier id.
|
public String getBizStatus()
public void setBizStatus(String bizStatus)
bizStatus - the biz statuspublic String getCategoryId()
public void setCategoryId(String categoryId)
categoryId - the category idpublic String getGoodsCode()
public void setGoodsCode(String goodsCode)
goodsCode - the goods codepublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName - the goods namepublic OperateContext getOperateContext()
public void setOperateContext(OperateContext operateContext)
operateContext - the operate contextpublic String getPageNo()
public void setPageNo(String pageNo)
pageNo - the page nopublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic String getProducerId()
public void setProducerId(String producerId)
producerId - the producer idpublic String getSupplierId()
public void setSupplierId(String supplierId)
supplierId - the supplier idCopyright © 2018. All rights reserved.