public static final class Command.LicenseInfo extends com.google.protobuf.GeneratedMessageV3 implements Command.LicenseInfoOrBuilder
command.LicenseInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Command.LicenseInfo.Builder
Protobuf type
command.LicenseInfo |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
JWT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Command.LicenseInfo |
getDefaultInstance() |
Command.LicenseInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJwt()
string jwt = 1; |
com.google.protobuf.ByteString |
getJwtBytes()
string jwt = 1; |
com.google.protobuf.Parser<Command.LicenseInfo> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
boolean |
isInitialized() |
static Command.LicenseInfo.Builder |
newBuilder() |
static Command.LicenseInfo.Builder |
newBuilder(Command.LicenseInfo prototype) |
Command.LicenseInfo.Builder |
newBuilderForType() |
static Command.LicenseInfo |
parseDelimitedFrom(InputStream input) |
static Command.LicenseInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.LicenseInfo |
parseFrom(byte[] data) |
static Command.LicenseInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.LicenseInfo |
parseFrom(ByteBuffer data) |
static Command.LicenseInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.LicenseInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Command.LicenseInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.LicenseInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Command.LicenseInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.LicenseInfo |
parseFrom(InputStream input) |
static Command.LicenseInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Command.LicenseInfo> |
parser() |
Command.LicenseInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int JWT_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public String getJwt()
string jwt = 1;getJwt in interface Command.LicenseInfoOrBuilderpublic com.google.protobuf.ByteString getJwtBytes()
string jwt = 1;getJwtBytes in interface Command.LicenseInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Command.LicenseInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.LicenseInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Command.LicenseInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Command.LicenseInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Command.LicenseInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Command.LicenseInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Command.LicenseInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Command.LicenseInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Command.LicenseInfo.Builder newBuilder()
public static Command.LicenseInfo.Builder newBuilder(Command.LicenseInfo prototype)
public Command.LicenseInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static Command.LicenseInfo getDefaultInstance()
public static com.google.protobuf.Parser<Command.LicenseInfo> parser()
public com.google.protobuf.Parser<Command.LicenseInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Command.LicenseInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder