public class KbdishCookPriceInfo extends AlipayObject
| Constructor and Description |
|---|
KbdishCookPriceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCookId()
Gets cook id.
|
String |
getDishId()
Gets dish id.
|
String |
getMemberPrice()
Gets member price.
|
String |
getSellPrice()
Gets sell price.
|
String |
getSkuId()
Gets sku id.
|
void |
setCookId(String cookId)
Sets cook id.
|
void |
setDishId(String dishId)
Sets dish id.
|
void |
setMemberPrice(String memberPrice)
Sets member price.
|
void |
setSellPrice(String sellPrice)
Sets sell price.
|
void |
setSkuId(String skuId)
Sets sku id.
|
public String getCookId()
public void setCookId(String cookId)
cookId - the cook idpublic String getDishId()
public void setDishId(String dishId)
dishId - the dish idpublic String getMemberPrice()
public void setMemberPrice(String memberPrice)
memberPrice - the member pricepublic String getSellPrice()
public void setSellPrice(String sellPrice)
sellPrice - the sell pricepublic String getSkuId()
public void setSkuId(String skuId)
skuId - the sku idCopyright © 2018. All rights reserved.