Class TransactionFeeSchedule

java.lang.Object
com.google.protobuf.AbstractMessageLite<TransactionFeeSchedule,TransactionFeeSchedule.Builder>
com.google.protobuf.GeneratedMessageLite<TransactionFeeSchedule,TransactionFeeSchedule.Builder>
com.hedera.hashgraph.sdk.proto.TransactionFeeSchedule
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, TransactionFeeScheduleOrBuilder

@Generated public final class TransactionFeeSchedule extends com.google.protobuf.GeneratedMessageLite<TransactionFeeSchedule,TransactionFeeSchedule.Builder> implements TransactionFeeScheduleOrBuilder
 *
 The fee schedule for a specific transaction or query based on the fee data.
 
Protobuf type proto.TransactionFeeSchedule
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    * The fee schedule for a specific transaction or query based on the fee data.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
     
    Deprecated.
    getFees(int index)
    * The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
    int
    * The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
    * The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
    getFeesOrBuilder(int index)
    * The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
    * The resource price coefficients for transaction type and any applicable subtypes.<br/> The multiple entries enable support for subtype price definitions.
    * An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
    int
    * An enumeration for a particular transaction or query.<br/> The functionality type determines the base cost parameters.
    boolean
    Deprecated.
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<TransactionFeeSchedule>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

    • HEDERAFUNCTIONALITY_FIELD_NUMBER

      public static final int HEDERAFUNCTIONALITY_FIELD_NUMBER
      See Also:
    • FEEDATA_FIELD_NUMBER

      public static final int FEEDATA_FIELD_NUMBER
      See Also:
    • FEES_FIELD_NUMBER

      public static final int FEES_FIELD_NUMBER
      See Also:
  • Method Details

    • getHederaFunctionalityValue

      public int getHederaFunctionalityValue()
       *
       An enumeration for a particular transaction or query.<br/>
       The functionality type determines the base cost parameters.
       
      .proto.HederaFunctionality hederaFunctionality = 1;
      Specified by:
      getHederaFunctionalityValue in interface TransactionFeeScheduleOrBuilder
      Returns:
      The enum numeric value on the wire for hederaFunctionality.
    • getHederaFunctionality

      public HederaFunctionality getHederaFunctionality()
       *
       An enumeration for a particular transaction or query.<br/>
       The functionality type determines the base cost parameters.
       
      .proto.HederaFunctionality hederaFunctionality = 1;
      Specified by:
      getHederaFunctionality in interface TransactionFeeScheduleOrBuilder
      Returns:
      The hederaFunctionality.
    • hasFeeData

      @Deprecated public boolean hasFeeData()
      Deprecated.
       *
       Use `fees` instead of this field.<br/>
       Resource price coefficients.
       
      .proto.FeeData feeData = 2 [deprecated = true];
      Specified by:
      hasFeeData in interface TransactionFeeScheduleOrBuilder
      Returns:
      Whether the feeData field is set.
    • getFeeData

      @Deprecated public FeeData getFeeData()
      Deprecated.
       *
       Use `fees` instead of this field.<br/>
       Resource price coefficients.
       
      .proto.FeeData feeData = 2 [deprecated = true];
      Specified by:
      getFeeData in interface TransactionFeeScheduleOrBuilder
      Returns:
      The feeData.
    • getFeesList

      public List<FeeData> getFeesList()
       *
       The resource price coefficients for transaction type and any applicable
       subtypes.<br/>
       The multiple entries enable support for subtype price definitions.
       
      repeated .proto.FeeData fees = 3;
      Specified by:
      getFeesList in interface TransactionFeeScheduleOrBuilder
    • getFeesOrBuilderList

      public List<? extends FeeDataOrBuilder> getFeesOrBuilderList()
       *
       The resource price coefficients for transaction type and any applicable
       subtypes.<br/>
       The multiple entries enable support for subtype price definitions.
       
      repeated .proto.FeeData fees = 3;
    • getFeesCount

      public int getFeesCount()
       *
       The resource price coefficients for transaction type and any applicable
       subtypes.<br/>
       The multiple entries enable support for subtype price definitions.
       
      repeated .proto.FeeData fees = 3;
      Specified by:
      getFeesCount in interface TransactionFeeScheduleOrBuilder
    • getFees

      public FeeData getFees(int index)
       *
       The resource price coefficients for transaction type and any applicable
       subtypes.<br/>
       The multiple entries enable support for subtype price definitions.
       
      repeated .proto.FeeData fees = 3;
      Specified by:
      getFees in interface TransactionFeeScheduleOrBuilder
    • getFeesOrBuilder

      public FeeDataOrBuilder getFeesOrBuilder(int index)
       *
       The resource price coefficients for transaction type and any applicable
       subtypes.<br/>
       The multiple entries enable support for subtype price definitions.
       
      repeated .proto.FeeData fees = 3;
    • parseFrom

      public static TransactionFeeSchedule parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransactionFeeSchedule parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransactionFeeSchedule parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionFeeSchedule parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static TransactionFeeSchedule.Builder newBuilder()
    • newBuilder

      public static TransactionFeeSchedule.Builder newBuilder(TransactionFeeSchedule prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionFeeSchedule,TransactionFeeSchedule.Builder>
    • getDefaultInstance

      public static TransactionFeeSchedule getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TransactionFeeSchedule> parser()