public static interface TrezorType.IdentityTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getHost()
host part of URI
|
com.google.protobuf.ByteString |
getHostBytes()
host part of URI
|
int |
getIndex()
identity index
|
String |
getPath()
path part of URI
|
com.google.protobuf.ByteString |
getPathBytes()
path part of URI
|
String |
getPort()
port part of URI
|
com.google.protobuf.ByteString |
getPortBytes()
port part of URI
|
String |
getProto()
proto part of URI
|
com.google.protobuf.ByteString |
getProtoBytes()
proto part of URI
|
String |
getUser()
user part of URI
|
com.google.protobuf.ByteString |
getUserBytes()
user part of URI
|
boolean |
hasHost()
host part of URI
|
boolean |
hasIndex()
identity index
|
boolean |
hasPath()
path part of URI
|
boolean |
hasPort()
port part of URI
|
boolean |
hasProto()
proto part of URI
|
boolean |
hasUser()
user part of URI
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProto()
proto part of URI
optional string proto = 1;
String getProto()
proto part of URI
optional string proto = 1;
com.google.protobuf.ByteString getProtoBytes()
proto part of URI
optional string proto = 1;
boolean hasUser()
user part of URI
optional string user = 2;
String getUser()
user part of URI
optional string user = 2;
com.google.protobuf.ByteString getUserBytes()
user part of URI
optional string user = 2;
boolean hasHost()
host part of URI
optional string host = 3;
String getHost()
host part of URI
optional string host = 3;
com.google.protobuf.ByteString getHostBytes()
host part of URI
optional string host = 3;
boolean hasPort()
port part of URI
optional string port = 4;
String getPort()
port part of URI
optional string port = 4;
com.google.protobuf.ByteString getPortBytes()
port part of URI
optional string port = 4;
boolean hasPath()
path part of URI
optional string path = 5;
String getPath()
path part of URI
optional string path = 5;
com.google.protobuf.ByteString getPathBytes()
path part of URI
optional string path = 5;
boolean hasIndex()
identity index
optional uint32 index = 6 [default = 0];
int getIndex()
identity index
optional uint32 index = 6 [default = 0];
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.