public static interface Message.MessagePayloadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
List<String> |
getMentionIdsList()
repeated string mention_ids = 9; |
String |
getRoomId()
string room_id = 7; |
com.google.protobuf.ByteString |
getRoomIdBytes()
string room_id = 7; |
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; |
String getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;String getFilename()
string filename = 2;com.google.protobuf.ByteString getFilenameBytes()
string filename = 2;String getText()
string text = 3;com.google.protobuf.ByteString getTextBytes()
string text = 3;long getTimestamp()
uint64 timestamp = 4;int getTypeValue()
.wechaty.puppet.MessageType type = 5;Message.MessageType getType()
.wechaty.puppet.MessageType type = 5;String getFromId()
string from_id = 6;com.google.protobuf.ByteString getFromIdBytes()
string from_id = 6;String getRoomId()
string room_id = 7;com.google.protobuf.ByteString getRoomIdBytes()
string room_id = 7;String getToId()
string to_id = 8;com.google.protobuf.ByteString getToIdBytes()
string to_id = 8;List<String> getMentionIdsList()
repeated string mention_ids = 9;int getMentionIdsCount()
repeated string mention_ids = 9;String getMentionIds(int index)
repeated string mention_ids = 9;index - The index of the element to return.com.google.protobuf.ByteString getMentionIdsBytes(int index)
repeated string mention_ids = 9;index - The index of the value to return.Copyright © 2020. All rights reserved.