Package io.gopluslabs.client.model
Class ResponseWrapperTokenSecurityNFTList
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperTokenSecurityNFTList
-
public class ResponseWrapperTokenSecurityNFTList extends Object
ResponseWrapperTokenSecurityNFTList
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperTokenSecurityNFTList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperTokenSecurityNFTListamount(String amount)booleanequals(Object o)StringgetAmount()\"amount\" is the liquidity quantity corresponding to the NFT.StringgetInEffect()\"in_effect\" indicates whether the liquidity corresponding to that NFT is effective at the current price.StringgetNfTId()\"NFT_id\" is the NFTID corresponding to that NFT.StringgetNfTPercentage()\"NFT_percentage\" represents the proportion of that NFT in the total liquidity.StringgetValue()\"value\" is the total USD value corresponding to the NFT.inthashCode()ResponseWrapperTokenSecurityNFTListinEffect(String inEffect)ResponseWrapperTokenSecurityNFTListnfTId(String nfTId)ResponseWrapperTokenSecurityNFTListnfTPercentage(String nfTPercentage)voidsetAmount(String amount)voidsetInEffect(String inEffect)voidsetNfTId(String nfTId)voidsetNfTPercentage(String nfTPercentage)voidsetValue(String value)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()ResponseWrapperTokenSecurityNFTListvalue(String value)
-
-
-
Field Detail
-
nfTPercentage
@SerializedName("NFT_percentage") private String nfTPercentage
-
nfTId
@SerializedName("NFT_id") private String nfTId
-
amount
@SerializedName("amount") private String amount
-
inEffect
@SerializedName("in_effect") private String inEffect
-
value
@SerializedName("value") private String value
-
-
Method Detail
-
nfTPercentage
public ResponseWrapperTokenSecurityNFTList nfTPercentage(String nfTPercentage)
-
getNfTPercentage
public String getNfTPercentage()
\"NFT_percentage\" represents the proportion of that NFT in the total liquidity. When the LP holder is a lockup address, this information will also appear in the \"locked_detail\" section.- Returns:
- nfTPercentage
-
setNfTPercentage
public void setNfTPercentage(String nfTPercentage)
-
nfTId
public ResponseWrapperTokenSecurityNFTList nfTId(String nfTId)
-
getNfTId
public String getNfTId()
\"NFT_id\" is the NFTID corresponding to that NFT.- Returns:
- nfTId
-
setNfTId
public void setNfTId(String nfTId)
-
amount
public ResponseWrapperTokenSecurityNFTList amount(String amount)
-
getAmount
public String getAmount()
\"amount\" is the liquidity quantity corresponding to the NFT.- Returns:
- amount
-
setAmount
public void setAmount(String amount)
-
inEffect
public ResponseWrapperTokenSecurityNFTList inEffect(String inEffect)
-
getInEffect
public String getInEffect()
\"in_effect\" indicates whether the liquidity corresponding to that NFT is effective at the current price.- Returns:
- inEffect
-
setInEffect
public void setInEffect(String inEffect)
-
value
public ResponseWrapperTokenSecurityNFTList value(String value)
-
getValue
public String getValue()
\"value\" is the total USD value corresponding to the NFT.- Returns:
- value
-
setValue
public void setValue(String value)
-
-