public static final class Message.MessagePayloadResponse extends com.google.protobuf.GeneratedMessageV3 implements Message.MessagePayloadResponseOrBuilder
wechaty.puppet.MessagePayloadResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
Message.MessagePayloadResponse.Builder
Protobuf type
wechaty.puppet.MessagePayloadResponse |
com.google.protobuf.GeneratedMessageV3.BuilderParent, 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FILENAME_FIELD_NUMBER |
static int |
FROM_ID_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
MENTION_IDS_FIELD_NUMBER |
static int |
ROOM_ID_FIELD_NUMBER |
static int |
TEXT_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TO_ID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Message.MessagePayloadResponse |
getDefaultInstance() |
Message.MessagePayloadResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilename()
string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
string filename = 2; |
String |
getFromId()
string from_id = 6; |
com.google.protobuf.ByteString |
getFromIdBytes()
string from_id = 6; |
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getMentionIds(int index)
repeated string mention_ids = 9; |
com.google.protobuf.ByteString |
getMentionIdsBytes(int index)
repeated string mention_ids = 9; |
int |
getMentionIdsCount()
repeated string mention_ids = 9; |
com.google.protobuf.ProtocolStringList |
getMentionIdsList()
repeated string mention_ids = 9; |
com.google.protobuf.Parser<Message.MessagePayloadResponse> |
getParserForType() |
String |
getRoomId()
string room_id = 7; |
com.google.protobuf.ByteString |
getRoomIdBytes()
string room_id = 7; |
int |
getSerializedSize() |
String |
getText()
string text = 3; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 3; |
long |
getTimestamp()
uint64 timestamp = 4; |
String |
getToId()
string to_id = 8; |
com.google.protobuf.ByteString |
getToIdBytes()
string to_id = 8; |
Message.MessageType |
getType()
.wechaty.puppet.MessageType type = 5; |
int |
getTypeValue()
.wechaty.puppet.MessageType type = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Message.MessagePayloadResponse.Builder |
newBuilder() |
static Message.MessagePayloadResponse.Builder |
newBuilder(Message.MessagePayloadResponse prototype) |
Message.MessagePayloadResponse.Builder |
newBuilderForType() |
protected Message.MessagePayloadResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Message.MessagePayloadResponse |
parseDelimitedFrom(InputStream input) |
static Message.MessagePayloadResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Message.MessagePayloadResponse |
parseFrom(byte[] data) |
static Message.MessagePayloadResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Message.MessagePayloadResponse |
parseFrom(ByteBuffer data) |
static Message.MessagePayloadResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Message.MessagePayloadResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Message.MessagePayloadResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Message.MessagePayloadResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Message.MessagePayloadResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Message.MessagePayloadResponse |
parseFrom(InputStream input) |
static Message.MessagePayloadResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Message.MessagePayloadResponse> |
parser() |
Message.MessagePayloadResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int FILENAME_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int FROM_ID_FIELD_NUMBER
public static final int ROOM_ID_FIELD_NUMBER
public static final int TO_ID_FIELD_NUMBER
public static final int MENTION_IDS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getId()
string id = 1;getId 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getFilename()
string filename = 2;getFilename 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getFilenameBytes()
string filename = 2;getFilenameBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getText()
string text = 3;getText 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
string text = 3;getTextBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic long getTimestamp()
uint64 timestamp = 4;getTimestamp 在接口中 Message.MessagePayloadResponseOrBuilderpublic int getTypeValue()
.wechaty.puppet.MessageType type = 5;getTypeValue 在接口中 Message.MessagePayloadResponseOrBuilderpublic Message.MessageType getType()
.wechaty.puppet.MessageType type = 5;getType 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getFromId()
string from_id = 6;getFromId 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getFromIdBytes()
string from_id = 6;getFromIdBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getRoomId()
string room_id = 7;getRoomId 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getRoomIdBytes()
string room_id = 7;getRoomIdBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getToId()
string to_id = 8;getToId 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ByteString getToIdBytes()
string to_id = 8;getToIdBytes 在接口中 Message.MessagePayloadResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getMentionIdsList()
repeated string mention_ids = 9;getMentionIdsList 在接口中 Message.MessagePayloadResponseOrBuilderpublic int getMentionIdsCount()
repeated string mention_ids = 9;getMentionIdsCount 在接口中 Message.MessagePayloadResponseOrBuilderpublic String getMentionIds(int index)
repeated string mention_ids = 9;getMentionIds 在接口中 Message.MessagePayloadResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getMentionIdsBytes(int index)
repeated string mention_ids = 9;getMentionIdsBytes 在接口中 Message.MessagePayloadResponseOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Message.MessagePayloadResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Message.MessagePayloadResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Message.MessagePayloadResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Message.MessagePayloadResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Message.MessagePayloadResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Message.MessagePayloadResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Message.MessagePayloadResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Message.MessagePayloadResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Message.MessagePayloadResponse.Builder newBuilder()
public static Message.MessagePayloadResponse.Builder newBuilder(Message.MessagePayloadResponse prototype)
public Message.MessagePayloadResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Message.MessagePayloadResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Message.MessagePayloadResponse getDefaultInstance()
public static com.google.protobuf.Parser<Message.MessagePayloadResponse> parser()
public com.google.protobuf.Parser<Message.MessagePayloadResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Message.MessagePayloadResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2020. All rights reserved.