public class MaintainBizOrder extends AlipayObject
| Constructor and Description |
|---|
MaintainBizOrder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginCost()
Gets origin cost.
|
String |
getOutProductId()
Gets out product id.
|
String |
getRealCost()
Gets real cost.
|
Long |
getSaleNum()
Gets sale num.
|
Long |
getServiceCategoryId()
Gets service category id.
|
void |
setOriginCost(String originCost)
Sets origin cost.
|
void |
setOutProductId(String outProductId)
Sets out product id.
|
void |
setRealCost(String realCost)
Sets real cost.
|
void |
setSaleNum(Long saleNum)
Sets sale num.
|
void |
setServiceCategoryId(Long serviceCategoryId)
Sets service category id.
|
public String getOriginCost()
public void setOriginCost(String originCost)
originCost - the origin costpublic String getOutProductId()
public void setOutProductId(String outProductId)
outProductId - the out product idpublic String getRealCost()
public void setRealCost(String realCost)
realCost - the real costpublic Long getSaleNum()
public void setSaleNum(Long saleNum)
saleNum - the sale numpublic Long getServiceCategoryId()
public void setServiceCategoryId(Long serviceCategoryId)
serviceCategoryId - the service category idCopyright © 2018. All rights reserved.