public static interface Client.MethodFeesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.MethodFee |
getFees(int index)
List of fees to be charged.
|
int |
getFeesCount()
List of fees to be charged.
|
List<Client.MethodFee> |
getFeesList()
List of fees to be charged.
|
Client.MethodFeeOrBuilder |
getFeesOrBuilder(int index)
List of fees to be charged.
|
List<? extends Client.MethodFeeOrBuilder> |
getFeesOrBuilderList()
List of fees to be charged.
|
boolean |
getIsSizeFeeFree()
Optional based on the implementation of SetMethodFee method.
|
String |
getMethodName()
The name of the method to be charged.
|
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method to be charged.
|
String getMethodName()
The name of the method to be charged.
string method_name = 1;com.google.protobuf.ByteString getMethodNameBytes()
The name of the method to be charged.
string method_name = 1;List<Client.MethodFee> getFeesList()
List of fees to be charged.
repeated .MethodFee fees = 2;Client.MethodFee getFees(int index)
List of fees to be charged.
repeated .MethodFee fees = 2;int getFeesCount()
List of fees to be charged.
repeated .MethodFee fees = 2;List<? extends Client.MethodFeeOrBuilder> getFeesOrBuilderList()
List of fees to be charged.
repeated .MethodFee fees = 2;Client.MethodFeeOrBuilder getFeesOrBuilder(int index)
List of fees to be charged.
repeated .MethodFee fees = 2;boolean getIsSizeFeeFree()
Optional based on the implementation of SetMethodFee method.
bool is_size_fee_free = 3;Copyright © 2020. All rights reserved.