com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface TransactionFeeScheduleOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransactionFeeSchedule)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A particular transaction or query
*
*
* .proto.HederaFunctionality hederaFunctionality = 1;
* @return The enum numeric value on the wire for hederaFunctionality.
*/
int getHederaFunctionalityValue();
/**
*
**
* A particular transaction or query
*
*
* .proto.HederaFunctionality hederaFunctionality = 1;
* @return The hederaFunctionality.
*/
com.hedera.hashgraph.sdk.proto.HederaFunctionality getHederaFunctionality();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
* @deprecated proto.TransactionFeeSchedule.feeData is deprecated.
* See basic_types.proto;l=1328
* @return Whether the feeData field is set.
*/
@java.lang.Deprecated boolean hasFeeData();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
* @deprecated proto.TransactionFeeSchedule.feeData is deprecated.
* See basic_types.proto;l=1328
* @return The feeData.
*/
@java.lang.Deprecated com.hedera.hashgraph.sdk.proto.FeeData getFeeData();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
*/
@java.lang.Deprecated com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder getFeeDataOrBuilder();
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
java.util.List
getFeesList();
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
com.hedera.hashgraph.sdk.proto.FeeData getFees(int index);
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
int getFeesCount();
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
java.util.List extends com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder>
getFeesOrBuilderList();
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder getFeesOrBuilder(
int index);
}