public class KoubeiCateringDishRecommendQueryModel extends AlipayObject
| Constructor and Description | 
|---|
KoubeiCateringDishRecommendQueryModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDishId()
Gets dish id. 
 | 
List<Dishes> | 
getDishList()
Gets dish list. 
 | 
String | 
getMerchentPid()
Gets merchent pid. 
 | 
String | 
getPeople()
Gets people. 
 | 
String | 
getPerPrice()
Gets per price. 
 | 
String | 
getShopId()
Gets shop id. 
 | 
String | 
getType()
Gets type. 
 | 
String | 
getUserId()
Gets user id. 
 | 
void | 
setDishId(String dishId)
Sets dish id. 
 | 
void | 
setDishList(List<Dishes> dishList)
Sets dish list. 
 | 
void | 
setMerchentPid(String merchentPid)
Sets merchent pid. 
 | 
void | 
setPeople(String people)
Sets people. 
 | 
void | 
setPerPrice(String perPrice)
Sets per price. 
 | 
void | 
setShopId(String shopId)
Sets shop id. 
 | 
void | 
setType(String type)
Sets type. 
 | 
void | 
setUserId(String userId)
Sets user id. 
 | 
public KoubeiCateringDishRecommendQueryModel()
public String getDishId()
public void setDishId(String dishId)
dishId - the dish idpublic void setDishList(List<Dishes> dishList)
dishList - the dish listpublic String getMerchentPid()
public void setMerchentPid(String merchentPid)
merchentPid - the merchent pidpublic String getPeople()
public void setPeople(String people)
people - the peoplepublic String getPerPrice()
public void setPerPrice(String perPrice)
perPrice - the per pricepublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idpublic String getType()
public void setType(String type)
type - the typepublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.