程序包 xyz.redtorch.pb
接口 CoreField.NoticeFieldOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- CoreField
public static interface CoreField.NoticeFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string content = 3;com.google.protobuf.ByteStringstring content = 3;.xyz.redtorch.pb.CommonStatusEnum status = 1;int.xyz.redtorch.pb.CommonStatusEnum status = 1;longfixed64 timestamp = 2;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getStatusValue
int getStatusValue().xyz.redtorch.pb.CommonStatusEnum status = 1;- 返回:
- The enum numeric value on the wire for status.
-
getStatus
CoreEnum.CommonStatusEnum getStatus().xyz.redtorch.pb.CommonStatusEnum status = 1;- 返回:
- The status.
-
getTimestamp
long getTimestamp()fixed64 timestamp = 2;- 返回:
- The timestamp.
-
getContent
String getContent()string content = 3;- 返回:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 3;- 返回:
- The bytes for content.
-