public class CrossTransferTxFeeDto extends Object
| 构造器和说明 |
|---|
CrossTransferTxFeeDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAddressCount() |
int |
getAssetChainId() |
int |
getAssetId() |
int |
getFromLength() |
BigInteger |
getPrice() |
String |
getRemark() |
int |
getToLength() |
void |
setAddressCount(int addressCount) |
void |
setAssetChainId(int assetChainId) |
void |
setAssetId(int assetId) |
void |
setFromLength(int fromLength) |
void |
setPrice(BigInteger price) |
void |
setRemark(String remark) |
void |
setToLength(int toLength) |
public int getAddressCount()
public void setAddressCount(int addressCount)
public int getFromLength()
public void setFromLength(int fromLength)
public int getToLength()
public void setToLength(int toLength)
public String getRemark()
public void setRemark(String remark)
public BigInteger getPrice()
public void setPrice(BigInteger price)
public int getAssetChainId()
public void setAssetChainId(int assetChainId)
public int getAssetId()
public void setAssetId(int assetId)
Copyright © 2021. All rights reserved.