public class AlipayOfflineProviderDishQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayOfflineProviderDishQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getDishTypeName()
Gets dish type name.
|
String |
getOrderBy()
Gets order by.
|
String |
getOuterDishId()
Gets outer dish id.
|
Long |
getPage()
Gets page.
|
Long |
getPageSize()
Gets page size.
|
String |
getShopId()
Gets shop id.
|
void |
setDishTypeName(String dishTypeName)
Sets dish type name.
|
void |
setOrderBy(String orderBy)
Sets order by.
|
void |
setOuterDishId(String outerDishId)
Sets outer dish id.
|
void |
setPage(Long page)
Sets page.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setShopId(String shopId)
Sets shop id.
|
public String getDishTypeName()
public void setDishTypeName(String dishTypeName)
dishTypeName
- the dish type namepublic String getOrderBy()
public void setOrderBy(String orderBy)
orderBy
- the order bypublic String getOuterDishId()
public void setOuterDishId(String outerDishId)
outerDishId
- the outer dish idpublic Long getPage()
public void setPage(Long page)
page
- the pagepublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic String getShopId()
public void setShopId(String shopId)
shopId
- the shop idCopyright © 2018. All rights reserved.