public class AllocDetailDTO extends AlipayObject
| 构造器和说明 |
|---|
AllocDetailDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountId() |
String |
getAllocAmount() |
String |
getAllocErrorCode() |
String |
getAllocErrorMsg() |
String |
getAllocStatus() |
Date |
getAllocTime() |
String |
getDetailId() |
String |
getFundPlanId() |
void |
setAccountId(String accountId) |
void |
setAllocAmount(String allocAmount) |
void |
setAllocErrorCode(String allocErrorCode) |
void |
setAllocErrorMsg(String allocErrorMsg) |
void |
setAllocStatus(String allocStatus) |
void |
setAllocTime(Date allocTime) |
void |
setDetailId(String detailId) |
void |
setFundPlanId(String fundPlanId) |
public String getAccountId()
public void setAccountId(String accountId)
public String getAllocAmount()
public void setAllocAmount(String allocAmount)
public String getAllocErrorCode()
public void setAllocErrorCode(String allocErrorCode)
public String getAllocErrorMsg()
public void setAllocErrorMsg(String allocErrorMsg)
public String getAllocStatus()
public void setAllocStatus(String allocStatus)
public Date getAllocTime()
public void setAllocTime(Date allocTime)
public String getDetailId()
public void setDetailId(String detailId)
public String getFundPlanId()
public void setFundPlanId(String fundPlanId)
Copyright © 2023. All rights reserved.