public class FundPlanDTO extends AlipayObject
| 构造器和说明 |
|---|
FundPlanDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountId() |
String |
getAmount() |
String |
getCalendarType() |
String |
getCreatorId() |
String |
getDate() |
String |
getFundPlanId() |
String |
getNextExecution() |
PayerAccountDTO |
getPayerAccount() |
String |
getRemark() |
String |
getStatus() |
void |
setAccountId(String accountId) |
void |
setAmount(String amount) |
void |
setCalendarType(String calendarType) |
void |
setCreatorId(String creatorId) |
void |
setDate(String date) |
void |
setFundPlanId(String fundPlanId) |
void |
setNextExecution(String nextExecution) |
void |
setPayerAccount(PayerAccountDTO payerAccount) |
void |
setRemark(String remark) |
void |
setStatus(String status) |
public String getAccountId()
public void setAccountId(String accountId)
public String getAmount()
public void setAmount(String amount)
public String getCalendarType()
public void setCalendarType(String calendarType)
public String getCreatorId()
public void setCreatorId(String creatorId)
public String getDate()
public void setDate(String date)
public String getFundPlanId()
public void setFundPlanId(String fundPlanId)
public String getNextExecution()
public void setNextExecution(String nextExecution)
public PayerAccountDTO getPayerAccount()
public void setPayerAccount(PayerAccountDTO payerAccount)
public String getRemark()
public void setRemark(String remark)
public String getStatus()
public void setStatus(String status)
Copyright © 2021. All rights reserved.