Class ResponseWrapperTokenSecurityNFTList


  • public class ResponseWrapperTokenSecurityNFTList
    extends Object
    ResponseWrapperTokenSecurityNFTList
    • 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
    • Constructor Detail

      • ResponseWrapperTokenSecurityNFTList

        public ResponseWrapperTokenSecurityNFTList()
    • Method Detail

      • 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)
      • getNfTId

        public String getNfTId()
        \"NFT_id\" is the NFTID corresponding to that NFT.
        Returns:
        nfTId
      • setNfTId

        public void setNfTId​(String nfTId)
      • getAmount

        public String getAmount()
        \"amount\" is the liquidity quantity corresponding to the NFT.
        Returns:
        amount
      • setAmount

        public void setAmount​(String amount)
      • 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)
      • getValue

        public String getValue()
        \"value\" is the total USD value corresponding to the NFT.
        Returns:
        value
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toIndentedString

        private String toIndentedString​(Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).