接口 Aio.NoticeOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
Aio.Notice,Aio.Notice.Builder
- 封闭类:
- Aio
public static interface Aio.NoticeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetAction()string action = 2;com.google.protobuf.ByteStringgetActionBytes()string action = 2;StringgetContent()string content = 3;com.google.protobuf.ByteStringgetContentBytes()string content = 3;StringgetExtra()string extra = 6;com.google.protobuf.ByteStringgetExtraBytes()string extra = 6;StringgetFormat()string format = 8;com.google.protobuf.ByteStringgetFormatBytes()string format = 8;longgetId()uint64 id = 1;StringgetReceiver()string receiver = 5;com.google.protobuf.ByteStringgetReceiverBytes()string receiver = 5;StringgetSender()string sender = 4;com.google.protobuf.ByteStringgetSenderBytes()string sender = 4;longgetTimestamp()uint64 timestamp = 9;StringgetTitle()string title = 7;com.google.protobuf.ByteStringgetTitleBytes()string title = 7;
-
-
-
方法详细资料
-
getId
long getId()
uint64 id = 1;- 返回:
- The id.
-
getAction
String getAction()
string action = 2;- 返回:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()
string action = 2;- 返回:
- The bytes for action.
-
getContent
String getContent()
string content = 3;- 返回:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()
string content = 3;- 返回:
- The bytes for content.
-
getSender
String getSender()
string sender = 4;- 返回:
- The sender.
-
getSenderBytes
com.google.protobuf.ByteString getSenderBytes()
string sender = 4;- 返回:
- The bytes for sender.
-
getReceiver
String getReceiver()
string receiver = 5;- 返回:
- The receiver.
-
getReceiverBytes
com.google.protobuf.ByteString getReceiverBytes()
string receiver = 5;- 返回:
- The bytes for receiver.
-
getExtra
String getExtra()
string extra = 6;- 返回:
- The extra.
-
getExtraBytes
com.google.protobuf.ByteString getExtraBytes()
string extra = 6;- 返回:
- The bytes for extra.
-
getTitle
String getTitle()
string title = 7;- 返回:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 7;- 返回:
- The bytes for title.
-
getFormat
String getFormat()
string format = 8;- 返回:
- The format.
-
getFormatBytes
com.google.protobuf.ByteString getFormatBytes()
string format = 8;- 返回:
- The bytes for format.
-
getTimestamp
long getTimestamp()
uint64 timestamp = 9;- 返回:
- The timestamp.
-
-