Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface TokenGetNftInfoQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TokenGetNftInfoQuery,TokenGetNftInfoQuery.Builder
@Generated
public interface TokenGetNftInfoQueryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).getNftID()* A non-fungible/unique token (NFT) identifier.boolean* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).booleanhasNftID()* A non-fungible/unique token (NFT) identifier.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasHeader
boolean hasHeader()* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Returns:
- Whether the header field is set.
-
getHeader
QueryHeader getHeader()* Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
.proto.QueryHeader header = 1;- Returns:
- The header.
-
hasNftID
boolean hasNftID()* A non-fungible/unique token (NFT) identifier. <p> This SHALL identify the NFT to query.<br/> The identified NFT MUST exist, and MUST NOT be deleted.
.proto.NftID nftID = 2;- Returns:
- Whether the nftID field is set.
-
getNftID
NftID getNftID()* A non-fungible/unique token (NFT) identifier. <p> This SHALL identify the NFT to query.<br/> The identified NFT MUST exist, and MUST NOT be deleted.
.proto.NftID nftID = 2;- Returns:
- The nftID.
-