public class SegmentFundModel extends ApiModel
| 构造器和说明 |
|---|
SegmentFundModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
Double |
getAmount() |
String |
getCurrency() |
String |
getFromSegment() |
Long |
getId() |
Integer |
getLimit() |
String |
getSecretKey() |
String |
getToSegment() |
void |
setAccount(String account) |
void |
setAmount(Double amount) |
void |
setCurrency(String currency) |
void |
setFromSegment(String fromSegment) |
void |
setId(Long id) |
void |
setLimit(Integer limit) |
void |
setSecretKey(String secretKey) |
void |
setToSegment(String toSegment) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getAccount()
getAccount 在类中 ApiModelpublic void setAccount(String account)
setAccount 在类中 ApiModelpublic String getSecretKey()
public void setSecretKey(String secretKey)
public String getFromSegment()
public void setFromSegment(String fromSegment)
public String getToSegment()
public void setToSegment(String toSegment)
public String getCurrency()
public void setCurrency(String currency)
public Double getAmount()
public void setAmount(Double amount)
public Integer getLimit()
public void setLimit(Integer limit)
Copyright © 2025. All rights reserved.