public static final class Messages.RcpCommand extends com.google.protobuf.GeneratedMessageV3 implements Messages.RcpCommandOrBuilder
com.avos.avoscloud.RcpCommand
限定符和类型 | 类和说明 |
---|---|
static class |
Messages.RcpCommand.Builder
Protobuf type
com.avos.avoscloud.RcpCommand |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
限定符和类型 | 字段和说明 |
---|---|
static int |
CID_FIELD_NUMBER |
static int |
FROM_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.RcpCommand> |
PARSER
已过时。
|
static int |
READ_FIELD_NUMBER |
static int |
T_FIELD_NUMBER |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCid()
optional string cid = 2; |
com.google.protobuf.ByteString |
getCidBytes()
optional string cid = 2; |
static Messages.RcpCommand |
getDefaultInstance() |
Messages.RcpCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFrom()
optional string from = 5; |
com.google.protobuf.ByteString |
getFromBytes()
optional string from = 5; |
java.lang.String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
com.google.protobuf.Parser<Messages.RcpCommand> |
getParserForType() |
boolean |
getRead()
optional bool read = 4; |
int |
getSerializedSize() |
long |
getT()
optional int64 t = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCid()
optional string cid = 2; |
boolean |
hasFrom()
optional string from = 5; |
int |
hashCode() |
boolean |
hasId()
optional string id = 1; |
boolean |
hasRead()
optional bool read = 4; |
boolean |
hasT()
optional int64 t = 3; |
boolean |
isInitialized() |
static Messages.RcpCommand.Builder |
newBuilder() |
static Messages.RcpCommand.Builder |
newBuilder(Messages.RcpCommand prototype) |
Messages.RcpCommand.Builder |
newBuilderForType() |
static Messages.RcpCommand |
parseDelimitedFrom(java.io.InputStream input) |
static Messages.RcpCommand |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RcpCommand |
parseFrom(byte[] data) |
static Messages.RcpCommand |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RcpCommand |
parseFrom(java.nio.ByteBuffer data) |
static Messages.RcpCommand |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RcpCommand |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.RcpCommand |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RcpCommand |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.RcpCommand |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.RcpCommand |
parseFrom(java.io.InputStream input) |
static Messages.RcpCommand |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Messages.RcpCommand> |
parser() |
Messages.RcpCommand.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int ID_FIELD_NUMBER
public static final int CID_FIELD_NUMBER
public static final int T_FIELD_NUMBER
public static final int READ_FIELD_NUMBER
public static final int FROM_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Messages.RcpCommand> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
optional string id = 1;
hasId
在接口中 Messages.RcpCommandOrBuilder
public java.lang.String getId()
optional string id = 1;
getId
在接口中 Messages.RcpCommandOrBuilder
public com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
getIdBytes
在接口中 Messages.RcpCommandOrBuilder
public boolean hasCid()
optional string cid = 2;
hasCid
在接口中 Messages.RcpCommandOrBuilder
public java.lang.String getCid()
optional string cid = 2;
getCid
在接口中 Messages.RcpCommandOrBuilder
public com.google.protobuf.ByteString getCidBytes()
optional string cid = 2;
getCidBytes
在接口中 Messages.RcpCommandOrBuilder
public boolean hasT()
optional int64 t = 3;
hasT
在接口中 Messages.RcpCommandOrBuilder
public long getT()
optional int64 t = 3;
getT
在接口中 Messages.RcpCommandOrBuilder
public boolean hasRead()
optional bool read = 4;
hasRead
在接口中 Messages.RcpCommandOrBuilder
public boolean getRead()
optional bool read = 4;
getRead
在接口中 Messages.RcpCommandOrBuilder
public boolean hasFrom()
optional string from = 5;
hasFrom
在接口中 Messages.RcpCommandOrBuilder
public java.lang.String getFrom()
optional string from = 5;
getFrom
在接口中 Messages.RcpCommandOrBuilder
public com.google.protobuf.ByteString getFromBytes()
optional string from = 5;
getFromBytes
在接口中 Messages.RcpCommandOrBuilder
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static Messages.RcpCommand parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.RcpCommand parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.RcpCommand parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.RcpCommand parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.RcpCommand parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.RcpCommand parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Messages.RcpCommand parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Messages.RcpCommand.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static Messages.RcpCommand.Builder newBuilder()
public static Messages.RcpCommand.Builder newBuilder(Messages.RcpCommand prototype)
public Messages.RcpCommand.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
public static Messages.RcpCommand getDefaultInstance()
public static com.google.protobuf.Parser<Messages.RcpCommand> parser()
public com.google.protobuf.Parser<Messages.RcpCommand> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public Messages.RcpCommand getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.