public static interface Client.MethodCallingThresholdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsSymbolToAmount(String key)
The threshold for method calling, token symbol -> amount.
|
Map<String,Long> |
getSymbolToAmount()
已过时。
|
int |
getSymbolToAmountCount()
The threshold for method calling, token symbol -> amount.
|
Map<String,Long> |
getSymbolToAmountMap()
The threshold for method calling, token symbol -> amount.
|
long |
getSymbolToAmountOrDefault(String key,
long defaultValue)
The threshold for method calling, token symbol -> amount.
|
long |
getSymbolToAmountOrThrow(String key)
The threshold for method calling, token symbol -> amount.
|
Client.ThresholdCheckType |
getThresholdCheckType()
The type of threshold check.
|
int |
getThresholdCheckTypeValue()
The type of threshold check.
|
int getSymbolToAmountCount()
The threshold for method calling, token symbol -> amount.
map<string, int64> symbol_to_amount = 1;boolean containsSymbolToAmount(String key)
The threshold for method calling, token symbol -> amount.
map<string, int64> symbol_to_amount = 1;@Deprecated Map<String,Long> getSymbolToAmount()
getSymbolToAmountMap() instead.Map<String,Long> getSymbolToAmountMap()
The threshold for method calling, token symbol -> amount.
map<string, int64> symbol_to_amount = 1;long getSymbolToAmountOrDefault(String key, long defaultValue)
The threshold for method calling, token symbol -> amount.
map<string, int64> symbol_to_amount = 1;long getSymbolToAmountOrThrow(String key)
The threshold for method calling, token symbol -> amount.
map<string, int64> symbol_to_amount = 1;int getThresholdCheckTypeValue()
The type of threshold check.
.ThresholdCheckType threshold_check_type = 2;Client.ThresholdCheckType getThresholdCheckType()
The type of threshold check.
.ThresholdCheckType threshold_check_type = 2;Copyright © 2020. All rights reserved.