public class Reply extends PBase
body, json| 构造器和说明 |
|---|
Reply() |
Reply(String key) |
Reply(String key,
long timestamp) |
Reply(String key,
long timestamp,
int code,
String message,
com.google.protobuf.Any data) |
Reply(String key,
String message) |
Reply(String key,
String message,
com.google.protobuf.Any data) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
deallocate() |
int |
getType()
消息类型,请参阅AIMConstant.DATA_TYPE_****
|
Packet.Reply |
toBuilder()
proto 对象转换
|
String |
toString() |
toJson, toProto, touchpublic Reply()
public Reply(String key)
public Reply(String key, long timestamp)
public int getType()
TransportablegetType 在类中 Transportableprotected void deallocate()
deallocate 在类中 Transportablepublic Packet.Reply toBuilder()
Copyright © 2020–2023 The AIM Project. All rights reserved.