public class MaintainBizOrderServer extends AlipayObject
| Constructor and Description |
|---|
MaintainBizOrderServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrderServerId()
Gets order server id.
|
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 |
setOrderServerId(String orderServerId)
Sets order server 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 getOrderServerId()
public void setOrderServerId(String orderServerId)
orderServerId - the order server idpublic 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.