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 Type
    Method
    Description
    * 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

      List<FixedFee> getFeesList()
       *
       The maximum fees that the user is willing to pay for the message.
       
      repeated .proto.FixedFee fees = 2;
    • getFees

      FixedFee getFees(int index)
       *
       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;