public class ResponseWrapperTokenSecurityNFTList extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
amount |
private String |
inEffect |
private String |
nfTId |
private String |
nfTPercentage |
private String |
value |
| 构造器和说明 |
|---|
ResponseWrapperTokenSecurityNFTList() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperTokenSecurityNFTList |
amount(String amount) |
boolean |
equals(Object o) |
String |
getAmount()
\"amount\" is the liquidity quantity corresponding to the NFT.
|
String |
getInEffect()
\"in_effect\" indicates whether the liquidity corresponding to that NFT is effective at the current price.
|
String |
getNfTId()
\"NFT_id\" is the NFTID corresponding to that NFT.
|
String |
getNfTPercentage()
\"NFT_percentage\" represents the proportion of that NFT in the total liquidity.
|
String |
getValue()
\"value\" is the total USD value corresponding to the NFT.
|
int |
hashCode() |
ResponseWrapperTokenSecurityNFTList |
inEffect(String inEffect) |
ResponseWrapperTokenSecurityNFTList |
nfTId(String nfTId) |
ResponseWrapperTokenSecurityNFTList |
nfTPercentage(String nfTPercentage) |
void |
setAmount(String amount) |
void |
setInEffect(String inEffect) |
void |
setNfTId(String nfTId) |
void |
setNfTPercentage(String nfTPercentage) |
void |
setValue(String value) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
ResponseWrapperTokenSecurityNFTList |
value(String value) |
@SerializedName(value="NFT_percentage") private String nfTPercentage
@SerializedName(value="NFT_id") private String nfTId
@SerializedName(value="amount") private String amount
@SerializedName(value="in_effect") private String inEffect
@SerializedName(value="value") private String value
public ResponseWrapperTokenSecurityNFTList nfTPercentage(String nfTPercentage)
public String getNfTPercentage()
public void setNfTPercentage(String nfTPercentage)
public ResponseWrapperTokenSecurityNFTList nfTId(String nfTId)
public String getNfTId()
public void setNfTId(String nfTId)
public ResponseWrapperTokenSecurityNFTList amount(String amount)
public String getAmount()
public void setAmount(String amount)
public ResponseWrapperTokenSecurityNFTList inEffect(String inEffect)
public String getInEffect()
public void setInEffect(String inEffect)
public ResponseWrapperTokenSecurityNFTList value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2024. All rights reserved.