public static interface Calypso.CreateLTSReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getLtsid()
LTSID is a random 32-byte slice that represents the LTS.
|
com.google.protobuf.ByteString |
getX()
X is the public key of the LTS.
|
boolean |
hasLtsid()
LTSID is a random 32-byte slice that represents the LTS.
|
boolean |
hasX()
X is the public key of the LTS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLtsid()
LTSID is a random 32-byte slice that represents the LTS.
required bytes ltsid = 1;com.google.protobuf.ByteString getLtsid()
LTSID is a random 32-byte slice that represents the LTS.
required bytes ltsid = 1;boolean hasX()
X is the public key of the LTS.
required bytes x = 2;com.google.protobuf.ByteString getX()
X is the public key of the LTS.
required bytes x = 2;Copyright © 2018. All rights reserved.