public class ServiceOrderInfo extends AlipayObject
Constructor and Description |
---|
ServiceOrderInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getCategoryCode()
Gets category code.
|
String |
getGmtCreate()
Gets gmt create.
|
String |
getGmtModified()
Gets gmt modified.
|
String |
getGmtPayment()
Gets gmt payment.
|
String |
getGmtRefund()
Gets gmt refund.
|
String |
getMemo()
Gets memo.
|
String |
getOutServiceId()
Gets out service id.
|
String |
getOutSkuId()
Gets out sku id.
|
List<String> |
getOutSpId()
Gets out sp id.
|
String |
getPaymentAmount()
Gets payment amount.
|
String |
getPrice()
Gets price.
|
Long |
getQuantity()
Gets quantity.
|
String |
getRealAmount()
Gets real amount.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getServiceId()
Gets service id.
|
String |
getServiceOrderNo()
Gets service order no.
|
String |
getSkuId()
Gets sku id.
|
String |
getTradeNo()
Gets trade no.
|
String |
getUnit()
Gets unit.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setCategoryCode(String categoryCode)
Sets category code.
|
void |
setGmtCreate(String gmtCreate)
Sets gmt create.
|
void |
setGmtModified(String gmtModified)
Sets gmt modified.
|
void |
setGmtPayment(String gmtPayment)
Sets gmt payment.
|
void |
setGmtRefund(String gmtRefund)
Sets gmt refund.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOutServiceId(String outServiceId)
Sets out service id.
|
void |
setOutSkuId(String outSkuId)
Sets out sku id.
|
void |
setOutSpId(List<String> outSpId)
Sets out sp id.
|
void |
setPaymentAmount(String paymentAmount)
Sets payment amount.
|
void |
setPrice(String price)
Sets price.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
void |
setRealAmount(String realAmount)
Sets real amount.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setServiceId(String serviceId)
Sets service id.
|
void |
setServiceOrderNo(String serviceOrderNo)
Sets service order no.
|
void |
setSkuId(String skuId)
Sets sku id.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setUnit(String unit)
Sets unit.
|
public String getAmount()
public void setAmount(String amount)
amount
- the amountpublic String getCategoryCode()
public void setCategoryCode(String categoryCode)
categoryCode
- the category codepublic String getGmtCreate()
public void setGmtCreate(String gmtCreate)
gmtCreate
- the gmt createpublic String getGmtModified()
public void setGmtModified(String gmtModified)
gmtModified
- the gmt modifiedpublic String getGmtPayment()
public void setGmtPayment(String gmtPayment)
gmtPayment
- the gmt paymentpublic String getGmtRefund()
public void setGmtRefund(String gmtRefund)
gmtRefund
- the gmt refundpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOutServiceId()
public void setOutServiceId(String outServiceId)
outServiceId
- the out service idpublic String getOutSkuId()
public void setOutSkuId(String outSkuId)
outSkuId
- the out sku idpublic void setOutSpId(List<String> outSpId)
outSpId
- the out sp idpublic String getPaymentAmount()
public void setPaymentAmount(String paymentAmount)
paymentAmount
- the payment amountpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic Long getQuantity()
public void setQuantity(Long quantity)
quantity
- the quantitypublic String getRealAmount()
public void setRealAmount(String realAmount)
realAmount
- the real amountpublic String getRefundAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- the service idpublic String getServiceOrderNo()
public void setServiceOrderNo(String serviceOrderNo)
serviceOrderNo
- the service order nopublic String getSkuId()
public void setSkuId(String skuId)
skuId
- the sku idpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getUnit()
public void setUnit(String unit)
unit
- the unitCopyright © 2018. All rights reserved.