public class OpenFundComponentDetailDTO extends AlipayObject
| 构造器和说明 |
|---|
OpenFundComponentDetailDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAmount() |
Long |
getCash() |
String |
getComponentId() |
String |
getComponentType() |
String |
getFundAccount() |
String |
getFundSubAccount() |
String |
getFundType() |
void |
setAmount(Long amount) |
void |
setCash(Long cash) |
void |
setComponentId(String componentId) |
void |
setComponentType(String componentType) |
void |
setFundAccount(String fundAccount) |
void |
setFundSubAccount(String fundSubAccount) |
void |
setFundType(String fundType) |
public Long getAmount()
public void setAmount(Long amount)
public Long getCash()
public void setCash(Long cash)
public String getComponentId()
public void setComponentId(String componentId)
public String getComponentType()
public void setComponentType(String componentType)
public String getFundAccount()
public void setFundAccount(String fundAccount)
public String getFundSubAccount()
public void setFundSubAccount(String fundSubAccount)
public String getFundType()
public void setFundType(String fundType)
Copyright © 2023. All rights reserved.