Package io.gopluslabs.client.model
Class ResponseWrapperGetNftInfoResult
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperGetNftInfoResult
-
public class ResponseWrapperGetNftInfoResult extends Object
Response result
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ResponseWrapperGetNftInfoResult()
-
Method Summary
-
-
-
Field Detail
-
tradedVolume24h
@SerializedName("traded_volume_24h") private BigDecimal tradedVolume24h
-
totalVolume
@SerializedName("total_volume") private BigDecimal totalVolume
-
redCheckMark
@SerializedName("red_check_mark") private Integer redCheckMark
-
nftProxy
@SerializedName("nft_proxy") private Integer nftProxy
-
restrictedApproval
@SerializedName("restricted_approval") private Integer restrictedApproval
-
highestPrice
@SerializedName("highest_price") private BigDecimal highestPrice
-
transferWithoutApproval
@SerializedName("transfer_without_approval") private ResponseWrapperGetNftInfoResultTransferWithoutApproval transferWithoutApproval
-
discordUrl
@SerializedName("discord_url") private String discordUrl
-
nftOpenSource
@SerializedName("nft_open_source") private Integer nftOpenSource
-
privilegedMinting
@SerializedName("privileged_minting") private ResponseWrapperGetNftInfoResultPrivilegedMinting privilegedMinting
-
nftOwnerNumber
@SerializedName("nft_owner_number") private Long nftOwnerNumber
-
trustList
@SerializedName("trust_list") private Integer trustList
-
tokenId
@SerializedName("token_id") private String tokenId
-
lowestPrice24h
@SerializedName("lowest_price_24h") private BigDecimal lowestPrice24h
-
averagePrice24h
@SerializedName("average_price_24h") private BigDecimal averagePrice24h
-
nftErc
@SerializedName("nft_erc") private String nftErc
-
creatorAddress
@SerializedName("creator_address") private String creatorAddress
-
mediumUrl
@SerializedName("medium_url") private String mediumUrl
-
maliciousNftContract
@SerializedName("malicious_nft_contract") private Integer maliciousNftContract
-
privilegedBurn
@SerializedName("privileged_burn") private ResponseWrapperGetNftInfoResultPrivilegedBurn privilegedBurn
-
twitterUrl
@SerializedName("twitter_url") private String twitterUrl
-
nftSymbol
@SerializedName("nft_symbol") private String nftSymbol
-
nftDescription
@SerializedName("nft_description") private String nftDescription
-
selfDestruct
@SerializedName("self_destruct") private ResponseWrapperGetNftInfoResultSelfDestruct selfDestruct
-
metadataFrozen
@SerializedName("metadata_frozen") private Integer metadataFrozen
-
tokenOwner
@SerializedName("token_owner") private String tokenOwner
-
nftVerified
@SerializedName("nft_verified") private Integer nftVerified
-
sameNfts
@SerializedName("same_nfts") private List<ResponseWrapperGetNftInfoResultSameNfts> sameNfts
-
nftItems
@SerializedName("nft_items") private Long nftItems
-
oversupplyMinting
@SerializedName("oversupply_minting") private Integer oversupplyMinting
-
nftName
@SerializedName("nft_name") private String nftName
-
websiteUrl
@SerializedName("website_url") private String websiteUrl
-
githubUrl
@SerializedName("github_url") private String githubUrl
-
telegramUrl
@SerializedName("telegram_url") private String telegramUrl
-
sales24h
@SerializedName("sales_24h") private BigDecimal sales24h
-
createBlockNumber
@SerializedName("create_block_number") private Long createBlockNumber
-
-
Method Detail
-
tradedVolume24h
public ResponseWrapperGetNftInfoResult tradedVolume24h(BigDecimal tradedVolume24h)
-
getTradedVolume24h
public BigDecimal getTradedVolume24h()
It describes the trading volume of the NFT in 24h.- Returns:
- tradedVolume24h
-
setTradedVolume24h
public void setTradedVolume24h(BigDecimal tradedVolume24h)
-
totalVolume
public ResponseWrapperGetNftInfoResult totalVolume(BigDecimal totalVolume)
-
getTotalVolume
public BigDecimal getTotalVolume()
It describes the total volume of the NFT.- Returns:
- totalVolume
-
setTotalVolume
public void setTotalVolume(BigDecimal totalVolume)
-
redCheckMark
public ResponseWrapperGetNftInfoResult redCheckMark(Integer redCheckMark)
-
getRedCheckMark
public Integer getRedCheckMark()
red check mark- Returns:
- redCheckMark
-
setRedCheckMark
public void setRedCheckMark(Integer redCheckMark)
-
nftProxy
public ResponseWrapperGetNftInfoResult nftProxy(Integer nftProxy)
-
getNftProxy
public Integer getNftProxy()
It describes whether this NFT contract has a proxy contract. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:(1) When \"is_open_source\": \"0\", it will return \"null\". (2) Most Proxy contracts are accompanied by modifiable implementation contracts, and implementation contracts may contain significant potential risk.)- Returns:
- nftProxy
-
setNftProxy
public void setNftProxy(Integer nftProxy)
-
restrictedApproval
public ResponseWrapperGetNftInfoResult restrictedApproval(Integer restrictedApproval)
-
getRestrictedApproval
public Integer getRestrictedApproval()
It describes whether the NFT contract can restrict the approval, resulting in NFT can not be traded on the NFT DEX. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:If this risk exists, it means that users will not be able to trade the NFT on the exchange and only privileged users in the whitelist will be able to trade normally.)- Returns:
- restrictedApproval
-
setRestrictedApproval
public void setRestrictedApproval(Integer restrictedApproval)
-
highestPrice
public ResponseWrapperGetNftInfoResult highestPrice(BigDecimal highestPrice)
-
getHighestPrice
public BigDecimal getHighestPrice()
It describes the highest price of the NFT.- Returns:
- highestPrice
-
setHighestPrice
public void setHighestPrice(BigDecimal highestPrice)
-
transferWithoutApproval
public ResponseWrapperGetNftInfoResult transferWithoutApproval(ResponseWrapperGetNftInfoResultTransferWithoutApproval transferWithoutApproval)
-
getTransferWithoutApproval
public ResponseWrapperGetNftInfoResultTransferWithoutApproval getTransferWithoutApproval()
Get transferWithoutApproval- Returns:
- transferWithoutApproval
-
setTransferWithoutApproval
public void setTransferWithoutApproval(ResponseWrapperGetNftInfoResultTransferWithoutApproval transferWithoutApproval)
-
discordUrl
public ResponseWrapperGetNftInfoResult discordUrl(String discordUrl)
-
getDiscordUrl
public String getDiscordUrl()
It describes the discord url of the NFT. Return \"null\" means there is no discord url or didn't find the discord url.- Returns:
- discordUrl
-
setDiscordUrl
public void setDiscordUrl(String discordUrl)
-
nftOpenSource
public ResponseWrapperGetNftInfoResult nftOpenSource(Integer nftOpenSource)
-
getNftOpenSource
public Integer getNftOpenSource()
It describes whether this contract is open source. \"1\" means true; \"0\" means false.(Notice:Un-open-sourced contracts may hide various unknown mechanisms and are extremely risky. When the contract is not open source, we will not be able to detect other risk items.)- Returns:
- nftOpenSource
-
setNftOpenSource
public void setNftOpenSource(Integer nftOpenSource)
-
privilegedMinting
public ResponseWrapperGetNftInfoResult privilegedMinting(ResponseWrapperGetNftInfoResultPrivilegedMinting privilegedMinting)
-
getPrivilegedMinting
public ResponseWrapperGetNftInfoResultPrivilegedMinting getPrivilegedMinting()
Get privilegedMinting- Returns:
- privilegedMinting
-
setPrivilegedMinting
public void setPrivilegedMinting(ResponseWrapperGetNftInfoResultPrivilegedMinting privilegedMinting)
-
nftOwnerNumber
public ResponseWrapperGetNftInfoResult nftOwnerNumber(Long nftOwnerNumber)
-
getNftOwnerNumber
public Long getNftOwnerNumber()
It describes the holders of the NFT.- Returns:
- nftOwnerNumber
-
setNftOwnerNumber
public void setNftOwnerNumber(Long nftOwnerNumber)
-
trustList
public ResponseWrapperGetNftInfoResult trustList(Integer trustList)
-
getTrustList
public Integer getTrustList()
It describes whether the NFT is a famous and trustworthy one. \"1\" means true; Return \"null\" means no result.(Notice:(1) Only \"trust_list\": \"1\" means it is a famous and trustworthy NFT. (2) Return \"null\" doesn't mean it is risky.Th)- Returns:
- trustList
-
setTrustList
public void setTrustList(Integer trustList)
-
tokenId
public ResponseWrapperGetNftInfoResult tokenId(String tokenId)
-
getTokenId
public String getTokenId()
token_id- Returns:
- tokenId
-
setTokenId
public void setTokenId(String tokenId)
-
lowestPrice24h
public ResponseWrapperGetNftInfoResult lowestPrice24h(BigDecimal lowestPrice24h)
-
getLowestPrice24h
public BigDecimal getLowestPrice24h()
It describes the lowest price of the NFT in 24h.- Returns:
- lowestPrice24h
-
setLowestPrice24h
public void setLowestPrice24h(BigDecimal lowestPrice24h)
-
averagePrice24h
public ResponseWrapperGetNftInfoResult averagePrice24h(BigDecimal averagePrice24h)
-
getAveragePrice24h
public BigDecimal getAveragePrice24h()
It describes the average price of the NFT in 24h.- Returns:
- averagePrice24h
-
setAveragePrice24h
public void setAveragePrice24h(BigDecimal averagePrice24h)
-
nftErc
public ResponseWrapperGetNftInfoResult nftErc(String nftErc)
-
getNftErc
public String getNftErc()
It describes the ERC protocol of the NFT. Example: \"nft_erc\": \"erc721\"- Returns:
- nftErc
-
setNftErc
public void setNftErc(String nftErc)
-
creatorAddress
public ResponseWrapperGetNftInfoResult creatorAddress(String creatorAddress)
-
getCreatorAddress
public String getCreatorAddress()
It describes the creator address of the NFT. Example: \"creator_address\": \"0x1ee0af784b96bb55ece98c9b15675726b0da1b6b\"; Return \"null\" means that we didn't find the creator address.- Returns:
- creatorAddress
-
setCreatorAddress
public void setCreatorAddress(String creatorAddress)
-
mediumUrl
public ResponseWrapperGetNftInfoResult mediumUrl(String mediumUrl)
-
getMediumUrl
public String getMediumUrl()
It describes the medium url of the NFT. Return \"null\" means there is no medium url or didn't find the medium url.- Returns:
- mediumUrl
-
setMediumUrl
public void setMediumUrl(String mediumUrl)
-
maliciousNftContract
public ResponseWrapperGetNftInfoResult maliciousNftContract(Integer maliciousNftContract)
-
getMaliciousNftContract
public Integer getMaliciousNftContract()
It describes whether this NFT has performed malicious behaviors. \"1\" means true; \"0\" means false.(Notice:Malicious behaviors include random additions, blacklist abuse, falsified transactions, and other high-risk behaviors. Interacting with NFTs flagged as Malicious may contain a high level of risk)- Returns:
- maliciousNftContract
-
setMaliciousNftContract
public void setMaliciousNftContract(Integer maliciousNftContract)
-
privilegedBurn
public ResponseWrapperGetNftInfoResult privilegedBurn(ResponseWrapperGetNftInfoResultPrivilegedBurn privilegedBurn)
-
getPrivilegedBurn
public ResponseWrapperGetNftInfoResultPrivilegedBurn getPrivilegedBurn()
Get privilegedBurn- Returns:
- privilegedBurn
-
setPrivilegedBurn
public void setPrivilegedBurn(ResponseWrapperGetNftInfoResultPrivilegedBurn privilegedBurn)
-
twitterUrl
public ResponseWrapperGetNftInfoResult twitterUrl(String twitterUrl)
-
getTwitterUrl
public String getTwitterUrl()
It describes the twitter url of the NFT. Return \"null\" means there is no twitter url or didn't find the twitter url.- Returns:
- twitterUrl
-
setTwitterUrl
public void setTwitterUrl(String twitterUrl)
-
nftSymbol
public ResponseWrapperGetNftInfoResult nftSymbol(String nftSymbol)
-
getNftSymbol
public String getNftSymbol()
nft_symbol- Returns:
- nftSymbol
-
setNftSymbol
public void setNftSymbol(String nftSymbol)
-
nftDescription
public ResponseWrapperGetNftInfoResult nftDescription(String nftDescription)
-
getNftDescription
public String getNftDescription()
It describes the introduction of the NFT. Return \"null\" means there is no description of the NFT.- Returns:
- nftDescription
-
setNftDescription
public void setNftDescription(String nftDescription)
-
selfDestruct
public ResponseWrapperGetNftInfoResult selfDestruct(ResponseWrapperGetNftInfoResultSelfDestruct selfDestruct)
-
getSelfDestruct
public ResponseWrapperGetNftInfoResultSelfDestruct getSelfDestruct()
Get selfDestruct- Returns:
- selfDestruct
-
setSelfDestruct
public void setSelfDestruct(ResponseWrapperGetNftInfoResultSelfDestruct selfDestruct)
-
metadataFrozen
public ResponseWrapperGetNftInfoResult metadataFrozen(Integer metadataFrozen)
-
getMetadataFrozen
public Integer getMetadataFrozen()
metadata_frozen- Returns:
- metadataFrozen
-
setMetadataFrozen
public void setMetadataFrozen(Integer metadataFrozen)
-
tokenOwner
public ResponseWrapperGetNftInfoResult tokenOwner(String tokenOwner)
-
getTokenOwner
public String getTokenOwner()
token_owner- Returns:
- tokenOwner
-
setTokenOwner
public void setTokenOwner(String tokenOwner)
-
nftVerified
public ResponseWrapperGetNftInfoResult nftVerified(Integer nftVerified)
-
getNftVerified
public Integer getNftVerified()
It describes whether the NFT is verified. \"1\" means that the NFT is verified; \"0\" means that we did not find any information about whether the NFT is verified.- Returns:
- nftVerified
-
setNftVerified
public void setNftVerified(Integer nftVerified)
-
sameNfts
public ResponseWrapperGetNftInfoResult sameNfts(List<ResponseWrapperGetNftInfoResultSameNfts> sameNfts)
-
addSameNftsItem
public ResponseWrapperGetNftInfoResult addSameNftsItem(ResponseWrapperGetNftInfoResultSameNfts sameNftsItem)
-
getSameNfts
public List<ResponseWrapperGetNftInfoResultSameNfts> getSameNfts()
It describes the info of other NFTs with duplicate name and symbol.- Returns:
- sameNfts
-
setSameNfts
public void setSameNfts(List<ResponseWrapperGetNftInfoResultSameNfts> sameNfts)
-
nftItems
public ResponseWrapperGetNftInfoResult nftItems(Long nftItems)
-
getNftItems
public Long getNftItems()
It describes the numbers of the NFT.- Returns:
- nftItems
-
setNftItems
public void setNftItems(Long nftItems)
-
oversupplyMinting
public ResponseWrapperGetNftInfoResult oversupplyMinting(Integer oversupplyMinting)
-
getOversupplyMinting
public Integer getOversupplyMinting()
It describes whether this NFT owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit. \"1\" means true; \"0\" means false; \"Null\" means unknown.(Notice:Oversupply minting refers to the existence of a special mint method in the NFT contract - the owner can bypass the maximum amount of minting specified in the contract, and continue to mint NFTs beyond this limit.)- Returns:
- oversupplyMinting
-
setOversupplyMinting
public void setOversupplyMinting(Integer oversupplyMinting)
-
nftName
public ResponseWrapperGetNftInfoResult nftName(String nftName)
-
getNftName
public String getNftName()
nft_name- Returns:
- nftName
-
setNftName
public void setNftName(String nftName)
-
websiteUrl
public ResponseWrapperGetNftInfoResult websiteUrl(String websiteUrl)
-
getWebsiteUrl
public String getWebsiteUrl()
It describes the website url of the NFT. Return \"null\" means there is no website url or didn't find the website url.- Returns:
- websiteUrl
-
setWebsiteUrl
public void setWebsiteUrl(String websiteUrl)
-
githubUrl
public ResponseWrapperGetNftInfoResult githubUrl(String githubUrl)
-
getGithubUrl
public String getGithubUrl()
It describes the github url of the NFT. Return \"null\" means there is no github url or didn't find the github url.- Returns:
- githubUrl
-
setGithubUrl
public void setGithubUrl(String githubUrl)
-
telegramUrl
public ResponseWrapperGetNftInfoResult telegramUrl(String telegramUrl)
-
getTelegramUrl
public String getTelegramUrl()
It describes the telegram url of the NFT. Return \"null\" means there is no telegram url or didn't find the telegram url.- Returns:
- telegramUrl
-
setTelegramUrl
public void setTelegramUrl(String telegramUrl)
-
sales24h
public ResponseWrapperGetNftInfoResult sales24h(BigDecimal sales24h)
-
getSales24h
public BigDecimal getSales24h()
It describes the sales of the NFT in 24h.- Returns:
- sales24h
-
setSales24h
public void setSales24h(BigDecimal sales24h)
-
createBlockNumber
public ResponseWrapperGetNftInfoResult createBlockNumber(Long createBlockNumber)
-
getCreateBlockNumber
public Long getCreateBlockNumber()
It describes the number of blocks created for the NFT. Return \"null\" means that we didn't find the number of blocks created for the NFT.- Returns:
- createBlockNumber
-
setCreateBlockNumber
public void setCreateBlockNumber(Long createBlockNumber)
-
-