Interface StrategiesForMnemonicOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StrategiesForMnemonic,StrategiesForMnemonic.Builder
public interface StrategiesForMnemonicOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string mnemonic = 1;com.google.protobuf.ByteStringoptional string mnemonic = 1;getStrategy(int index) repeated string strategy = 2;com.google.protobuf.ByteStringgetStrategyBytes(int index) repeated string strategy = 2;intrepeated string strategy = 2;repeated string strategy = 2;booleanoptional string mnemonic = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMnemonic
boolean hasMnemonic()optional string mnemonic = 1;- Returns:
- Whether the mnemonic field is set.
-
getMnemonic
String getMnemonic()optional string mnemonic = 1;- Returns:
- The mnemonic.
-
getMnemonicBytes
com.google.protobuf.ByteString getMnemonicBytes()optional string mnemonic = 1;- Returns:
- The bytes for mnemonic.
-
getStrategyList
repeated string strategy = 2;- Returns:
- A list containing the strategy.
-
getStrategyCount
int getStrategyCount()repeated string strategy = 2;- Returns:
- The count of strategy.
-
getStrategy
repeated string strategy = 2;- Parameters:
index- The index of the element to return.- Returns:
- The strategy at the given index.
-
getStrategyBytes
com.google.protobuf.ByteString getStrategyBytes(int index) repeated string strategy = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the strategy at the given index.
-