public class AlipayInsAutoUserPointQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayInsAutoUserPointQueryResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanExchange()
Gets can exchange.
|
Long |
getCanExchangeAmount()
Gets can exchange amount.
|
Long |
getCanSaveAmount()
Gets can save amount.
|
Long |
getCanUseAmount()
Gets can use amount.
|
Boolean |
getRecommendExchange()
Gets recommend exchange.
|
Long |
getTotalLimit()
Gets total limit.
|
Long |
getTotalSaveAmount()
Gets total save amount.
|
void |
setCanExchange(Boolean canExchange)
Sets can exchange.
|
void |
setCanExchangeAmount(Long canExchangeAmount)
Sets can exchange amount.
|
void |
setCanSaveAmount(Long canSaveAmount)
Sets can save amount.
|
void |
setCanUseAmount(Long canUseAmount)
Sets can use amount.
|
void |
setRecommendExchange(Boolean recommendExchange)
Sets recommend exchange.
|
void |
setTotalLimit(Long totalLimit)
Sets total limit.
|
void |
setTotalSaveAmount(Long totalSaveAmount)
Sets total save amount.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setCanExchange(Boolean canExchange)
canExchange
- the can exchangepublic Boolean getCanExchange()
public void setCanExchangeAmount(Long canExchangeAmount)
canExchangeAmount
- the can exchange amountpublic Long getCanExchangeAmount()
public void setCanSaveAmount(Long canSaveAmount)
canSaveAmount
- the can save amountpublic Long getCanSaveAmount()
public void setCanUseAmount(Long canUseAmount)
canUseAmount
- the can use amountpublic Long getCanUseAmount()
public void setRecommendExchange(Boolean recommendExchange)
recommendExchange
- the recommend exchangepublic Boolean getRecommendExchange()
public void setTotalLimit(Long totalLimit)
totalLimit
- the total limitpublic Long getTotalLimit()
public void setTotalSaveAmount(Long totalSaveAmount)
totalSaveAmount
- the total save amountpublic Long getTotalSaveAmount()
Copyright © 2018. All rights reserved.