Uses of Class
io.gopluslabs.client.model.ResponseWrapperGetNftInfoResultSameNfts
-
Packages that use ResponseWrapperGetNftInfoResultSameNfts Package Description io.gopluslabs.client.model -
-
Uses of ResponseWrapperGetNftInfoResultSameNfts in io.gopluslabs.client.model
Fields in io.gopluslabs.client.model with type parameters of type ResponseWrapperGetNftInfoResultSameNfts Modifier and Type Field Description private List<ResponseWrapperGetNftInfoResultSameNfts>ResponseWrapperGetNftInfoResult. sameNftsMethods in io.gopluslabs.client.model that return ResponseWrapperGetNftInfoResultSameNfts Modifier and Type Method Description ResponseWrapperGetNftInfoResultSameNftsResponseWrapperGetNftInfoResultSameNfts. createBlockNumber(Long createBlockNumber)ResponseWrapperGetNftInfoResultSameNftsResponseWrapperGetNftInfoResultSameNfts. nftAddress(String nftAddress)ResponseWrapperGetNftInfoResultSameNftsResponseWrapperGetNftInfoResultSameNfts. nftName(String nftName)ResponseWrapperGetNftInfoResultSameNftsResponseWrapperGetNftInfoResultSameNfts. nftOwnerNumber(Long nftOwnerNumber)ResponseWrapperGetNftInfoResultSameNftsResponseWrapperGetNftInfoResultSameNfts. nftSymbol(String nftSymbol)Methods in io.gopluslabs.client.model that return types with arguments of type ResponseWrapperGetNftInfoResultSameNfts Modifier and Type Method Description List<ResponseWrapperGetNftInfoResultSameNfts>ResponseWrapperGetNftInfoResult. getSameNfts()It describes the info of other NFTs with duplicate name and symbol.Methods in io.gopluslabs.client.model with parameters of type ResponseWrapperGetNftInfoResultSameNfts Modifier and Type Method Description ResponseWrapperGetNftInfoResultResponseWrapperGetNftInfoResult. addSameNftsItem(ResponseWrapperGetNftInfoResultSameNfts sameNftsItem)Method parameters in io.gopluslabs.client.model with type arguments of type ResponseWrapperGetNftInfoResultSameNfts Modifier and Type Method Description ResponseWrapperGetNftInfoResultResponseWrapperGetNftInfoResult. sameNfts(List<ResponseWrapperGetNftInfoResultSameNfts> sameNfts)voidResponseWrapperGetNftInfoResult. setSameNfts(List<ResponseWrapperGetNftInfoResultSameNfts> sameNfts)
-