public class MemberPointsScene extends AlipayObject
Constructor and Description |
---|
MemberPointsScene() |
Modifier and Type | Method and Description |
---|---|
PointsExchangeInfo |
getExchangeInfo()
Gets exchange info.
|
String |
getKbTradeNo()
Gets kb trade no.
|
String |
getMallId()
Gets mall id.
|
String |
getModifyTime()
Gets modify time.
|
String |
getOperType()
Gets oper type.
|
String |
getOutBizNo()
Gets out biz no.
|
Long |
getPointsBalance()
Gets points balance.
|
void |
setExchangeInfo(PointsExchangeInfo exchangeInfo)
Sets exchange info.
|
void |
setKbTradeNo(String kbTradeNo)
Sets kb trade no.
|
void |
setMallId(String mallId)
Sets mall id.
|
void |
setModifyTime(String modifyTime)
Sets modify time.
|
void |
setOperType(String operType)
Sets oper type.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setPointsBalance(Long pointsBalance)
Sets points balance.
|
public PointsExchangeInfo getExchangeInfo()
public void setExchangeInfo(PointsExchangeInfo exchangeInfo)
exchangeInfo
- the exchange infopublic String getKbTradeNo()
public void setKbTradeNo(String kbTradeNo)
kbTradeNo
- the kb trade nopublic String getMallId()
public void setMallId(String mallId)
mallId
- the mall idpublic String getModifyTime()
public void setModifyTime(String modifyTime)
modifyTime
- the modify timepublic String getOperType()
public void setOperType(String operType)
operType
- the oper typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic Long getPointsBalance()
public void setPointsBalance(Long pointsBalance)
pointsBalance
- the points balanceCopyright © 2018. All rights reserved.