Class ApproveNFTListResponse


  • public class ApproveNFTListResponse
    extends Object
    ApproveNFTListResponse
    • Field Detail

      • approvedList

        @SerializedName("approved_list")
        private List<ApproveResult> approvedList
      • chainId

        @SerializedName("chain_id")
        private String chainId
      • isOpenSource

        @SerializedName("is_open_source")
        private Integer isOpenSource
      • isVerified

        @SerializedName("is_verified")
        private Integer isVerified
      • maliciousAddress

        @SerializedName("malicious_address")
        private Integer maliciousAddress
      • maliciousBehavior

        @SerializedName("malicious_behavior")
        private List<String> maliciousBehavior
      • nftAddress

        @SerializedName("nft_address")
        private String nftAddress
      • nftName

        @SerializedName("nft_name")
        private String nftName
      • nftSymbol

        @SerializedName("nft_symbol")
        private String nftSymbol
    • Constructor Detail

      • ApproveNFTListResponse

        public ApproveNFTListResponse()
    • Method Detail

      • getApprovedList

        public List<ApproveResult> getApprovedList()
        Get approvedList
        Returns:
        approvedList
      • setApprovedList

        public void setApprovedList​(List<ApproveResult> approvedList)
      • getChainId

        public String getChainId()
        ChainID
        Returns:
        chainId
      • setChainId

        public void setChainId​(String chainId)
      • getIsOpenSource

        public Integer getIsOpenSource()
        Whether the contract is verified on blockchain explorer.
        Returns:
        isOpenSource
      • setIsOpenSource

        public void setIsOpenSource​(Integer isOpenSource)
      • getIsVerified

        public Integer getIsVerified()
        Whether NFT is certified on a reputable trading platform.
        Returns:
        isVerified
      • setIsVerified

        public void setIsVerified​(Integer isVerified)
      • getMaliciousAddress

        public Integer getMaliciousAddress()
        Whether the NFT is malicious or contains high risk.
        Returns:
        maliciousAddress
      • setMaliciousAddress

        public void setMaliciousAddress​(Integer maliciousAddress)
      • getMaliciousBehavior

        public List<String> getMaliciousBehavior()
        Specific malicious behaviors or risks of this NFT.
        Returns:
        maliciousBehavior
      • setMaliciousBehavior

        public void setMaliciousBehavior​(List<String> maliciousBehavior)
      • getNftAddress

        public String getNftAddress()
        nft address
        Returns:
        nftAddress
      • setNftAddress

        public void setNftAddress​(String nftAddress)
      • getNftName

        public String getNftName()
        NFT name
        Returns:
        nftName
      • setNftName

        public void setNftName​(String nftName)
      • getNftSymbol

        public String getNftSymbol()
        NFT symbol
        Returns:
        nftSymbol
      • setNftSymbol

        public void setNftSymbol​(String nftSymbol)
      • 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).