public static final class BinaryMessages.CommandResponse extends com.google.protobuf.GeneratedMessageV3 implements BinaryMessages.CommandResponseOrBuilder
openxc.CommandResponse
Modifier and Type | Class and Description |
---|---|
static class |
BinaryMessages.CommandResponse.Builder
Protobuf type
openxc.CommandResponse |
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static BinaryMessages.CommandResponse |
getDefaultInstance() |
BinaryMessages.CommandResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getMessage()
string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getStatus()
bool status = 3; |
BinaryMessages.ControlCommand.Type |
getType()
.openxc.ControlCommand.Type type = 1; |
int |
getTypeValue()
.openxc.ControlCommand.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BinaryMessages.CommandResponse.Builder |
newBuilder() |
static BinaryMessages.CommandResponse.Builder |
newBuilder(BinaryMessages.CommandResponse prototype) |
BinaryMessages.CommandResponse.Builder |
newBuilderForType() |
protected BinaryMessages.CommandResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static BinaryMessages.CommandResponse |
parseDelimitedFrom(java.io.InputStream input) |
static BinaryMessages.CommandResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.CommandResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.CommandResponse |
parseFrom(java.nio.ByteBuffer data) |
static BinaryMessages.CommandResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.CommandResponse |
parseFrom(com.google.protobuf.ByteString data) |
static BinaryMessages.CommandResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.CommandResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BinaryMessages.CommandResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BinaryMessages.CommandResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
BinaryMessages.CommandResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int TYPE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public int getTypeValue()
.openxc.ControlCommand.Type type = 1;
getTypeValue
in interface BinaryMessages.CommandResponseOrBuilder
public BinaryMessages.ControlCommand.Type getType()
.openxc.ControlCommand.Type type = 1;
getType
in interface BinaryMessages.CommandResponseOrBuilder
public java.lang.String getMessage()
string message = 2;
getMessage
in interface BinaryMessages.CommandResponseOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
string message = 2;
getMessageBytes
in interface BinaryMessages.CommandResponseOrBuilder
public boolean getStatus()
bool status = 3;
getStatus
in interface BinaryMessages.CommandResponseOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static BinaryMessages.CommandResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.CommandResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.CommandResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.CommandResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.CommandResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static BinaryMessages.CommandResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.CommandResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.CommandResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static BinaryMessages.CommandResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static BinaryMessages.CommandResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public BinaryMessages.CommandResponse.Builder newBuilderForType()
public static BinaryMessages.CommandResponse.Builder newBuilder()
public static BinaryMessages.CommandResponse.Builder newBuilder(BinaryMessages.CommandResponse prototype)
public BinaryMessages.CommandResponse.Builder toBuilder()
protected BinaryMessages.CommandResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static BinaryMessages.CommandResponse getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public BinaryMessages.CommandResponse getDefaultInstanceForType()