Interface TokenGetNftInfosResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
TokenGetNftInfosResponse, TokenGetNftInfosResponse.Builder

@Generated public interface TokenGetNftInfosResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    getNfts(int index)
    * A list of messages, each of which describes one NFT.
    int
    * A list of messages, each of which describes one NFT.
    * A list of messages, each of which describes one NFT.
    * A token identifier.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * A token identifier.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasTokenID

      boolean hasTokenID()
       *
       A token identifier.
       <p>
       This SHALL identify the token type to query.<br/>
       The identified token MUST exist, and MUST NOT be deleted.
       The identified token MUST be a non-fungible/unique type.
       
      .proto.TokenID tokenID = 2;
      Returns:
      Whether the tokenID field is set.
    • getTokenID

      TokenID getTokenID()
       *
       A token identifier.
       <p>
       This SHALL identify the token type to query.<br/>
       The identified token MUST exist, and MUST NOT be deleted.
       The identified token MUST be a non-fungible/unique type.
       
      .proto.TokenID tokenID = 2;
      Returns:
      The tokenID.
    • getNftsList

      List<TokenNftInfo> getNftsList()
       *
       A list of messages, each of which describes one NFT.
       
      repeated .proto.TokenNftInfo nfts = 3;
    • getNfts

      TokenNftInfo getNfts(int index)
       *
       A list of messages, each of which describes one NFT.
       
      repeated .proto.TokenNftInfo nfts = 3;
    • getNftsCount

      int getNftsCount()
       *
       A list of messages, each of which describes one NFT.
       
      repeated .proto.TokenNftInfo nfts = 3;