public static interface KeepKeyMessage.ApplySettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getHomescreen()
optional bytes homescreen = 4; |
String |
getLabel()
optional string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 2; |
String |
getLanguage()
optional string language = 1; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 1; |
boolean |
getUsePassphrase()
optional bool use_passphrase = 3; |
boolean |
hasHomescreen()
optional bytes homescreen = 4; |
boolean |
hasLabel()
optional string label = 2; |
boolean |
hasLanguage()
optional string language = 1; |
boolean |
hasUsePassphrase()
optional bool use_passphrase = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLanguage()
optional string language = 1;
String getLanguage()
optional string language = 1;
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 1;
boolean hasLabel()
optional string label = 2;
String getLabel()
optional string label = 2;
com.google.protobuf.ByteString getLabelBytes()
optional string label = 2;
boolean hasUsePassphrase()
optional bool use_passphrase = 3;
boolean getUsePassphrase()
optional bool use_passphrase = 3;
boolean hasHomescreen()
optional bytes homescreen = 4;
com.google.protobuf.ByteString getHomescreen()
optional bytes homescreen = 4;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.