接口 WebSystemNoticeFeedOuterClass.WebSystemNoticeFeedOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
WebSystemNoticeFeedOuterClass.WebSystemNoticeFeed,WebSystemNoticeFeedOuterClass.WebSystemNoticeFeed.Builder
public static interface WebSystemNoticeFeedOuterClass.WebSystemNoticeFeedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string content = 4;com.google.protobuf.ByteStringstring content = 4;longuint64 displayDuration = 5;.WebSystemNoticeFeed.DisplayType displayType = 7;int.WebSystemNoticeFeed.DisplayType displayType = 7;getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;longuint64 sortRank = 6;longgetTime()uint64 time = 3;getUser().SimpleUserInfo user = 2;.SimpleUserInfo user = 2;booleanhasUser().SimpleUserInfo user = 2;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getId
String getId()string id = 1;- 返回:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- 返回:
- The bytes for id.
-
hasUser
boolean hasUser().SimpleUserInfo user = 2;- 返回:
- Whether the user field is set.
-
getUser
SimpleUserInfoOuterClass.SimpleUserInfo getUser().SimpleUserInfo user = 2;- 返回:
- The user.
-
getUserOrBuilder
SimpleUserInfoOuterClass.SimpleUserInfoOrBuilder getUserOrBuilder().SimpleUserInfo user = 2; -
getTime
long getTime()uint64 time = 3;- 返回:
- The time.
-
getContent
String getContent()string content = 4;- 返回:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 4;- 返回:
- The bytes for content.
-
getDisplayDuration
long getDisplayDuration()uint64 displayDuration = 5;- 返回:
- The displayDuration.
-
getSortRank
long getSortRank()uint64 sortRank = 6;- 返回:
- The sortRank.
-
getDisplayTypeValue
int getDisplayTypeValue().WebSystemNoticeFeed.DisplayType displayType = 7;- 返回:
- The enum numeric value on the wire for displayType.
-
getDisplayType
WebSystemNoticeFeedOuterClass.WebSystemNoticeFeed.DisplayType getDisplayType().WebSystemNoticeFeed.DisplayType displayType = 7;- 返回:
- The displayType.
-