public class AlipayMarketingCampaignDiscountBudgetQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMarketingCampaignDiscountBudgetQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBudgetId()
Gets budget id.
|
String |
getFreezeAmount()
Gets freeze amount.
|
String |
getRecycleAmount()
Gets recycle amount.
|
String |
getRefundAmount()
Gets refund amount.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getUsedAmount()
Gets used amount.
|
void |
setBudgetId(String budgetId)
Sets budget id.
|
void |
setFreezeAmount(String freezeAmount)
Sets freeze amount.
|
void |
setRecycleAmount(String recycleAmount)
Sets recycle amount.
|
void |
setRefundAmount(String refundAmount)
Sets refund amount.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setUsedAmount(String usedAmount)
Sets used amount.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayMarketingCampaignDiscountBudgetQueryResponse()
public void setBudgetId(String budgetId)
budgetId
- the budget idpublic String getBudgetId()
public void setFreezeAmount(String freezeAmount)
freezeAmount
- the freeze amountpublic String getFreezeAmount()
public void setRecycleAmount(String recycleAmount)
recycleAmount
- the recycle amountpublic String getRecycleAmount()
public void setRefundAmount(String refundAmount)
refundAmount
- the refund amountpublic String getRefundAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmount()
public void setUsedAmount(String usedAmount)
usedAmount
- the used amountpublic String getUsedAmount()
Copyright © 2018. All rights reserved.