Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface CustomFeeLimitOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CustomFeeLimit,CustomFeeLimit.Builder
@Generated
public interface CustomFeeLimitOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A payer account identifier.getFees(int index) * The maximum fees that the user is willing to pay for the message.int* The maximum fees that the user is willing to pay for the message.* The maximum fees that the user is willing to pay for the message.boolean* A payer account identifier.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasAccountId
boolean hasAccountId()* A payer account identifier.
.proto.AccountID account_id = 1;- Returns:
- Whether the accountId field is set.
-
getAccountId
AccountID getAccountId()* A payer account identifier.
.proto.AccountID account_id = 1;- Returns:
- The accountId.
-
getFeesList
* The maximum fees that the user is willing to pay for the message.
repeated .proto.FixedFee fees = 2; -
getFees
* The maximum fees that the user is willing to pay for the message.
repeated .proto.FixedFee fees = 2; -
getFeesCount
int getFeesCount()* The maximum fees that the user is willing to pay for the message.
repeated .proto.FixedFee fees = 2;
-