Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface AccountPendingAirdropOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AccountPendingAirdrop,AccountPendingAirdrop.Builder
@Generated
public interface AccountPendingAirdropOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".* An amount of fungible tokens to be sent for this pending airdrop.* A pending airdrop identifier.boolean* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".boolean* An amount of fungible tokens to be sent for this pending airdrop.boolean* A pending airdrop identifier.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasPendingAirdropValue
boolean hasPendingAirdropValue()* An amount of fungible tokens to be sent for this pending airdrop. <p> This field SHALL NOT be set for non-fungible/unique tokens.
.proto.PendingAirdropValue pending_airdrop_value = 1;- Returns:
- Whether the pendingAirdropValue field is set.
-
getPendingAirdropValue
PendingAirdropValue getPendingAirdropValue()* An amount of fungible tokens to be sent for this pending airdrop. <p> This field SHALL NOT be set for non-fungible/unique tokens.
.proto.PendingAirdropValue pending_airdrop_value = 1;- Returns:
- The pendingAirdropValue.
-
hasPreviousAirdrop
boolean hasPreviousAirdrop()* A pending airdrop identifier. <p> This field SHALL identify the specific pending airdrop that precedes this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
.proto.PendingAirdropId previous_airdrop = 2;- Returns:
- Whether the previousAirdrop field is set.
-
getPreviousAirdrop
PendingAirdropId getPreviousAirdrop()* A pending airdrop identifier. <p> This field SHALL identify the specific pending airdrop that precedes this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
.proto.PendingAirdropId previous_airdrop = 2;- Returns:
- The previousAirdrop.
-
hasNextAirdrop
boolean hasNextAirdrop()* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
.proto.PendingAirdropId next_airdrop = 3;- Returns:
- Whether the nextAirdrop field is set.
-
getNextAirdrop
PendingAirdropId getNextAirdrop()* A pending airdrop identifier.<br/> <p> This field SHALL identify the specific pending airdrop that follows this position within the doubly linked list of pending airdrops "owed" by the sending account associated with this account airdrop "list".<br/> This SHALL match `pending_airdrop_id` if this is the only entry in the "list".
.proto.PendingAirdropId next_airdrop = 3;- Returns:
- The nextAirdrop.
-