Package emu.grasscutter.net.proto
Interface ShowCommonTipsNotifyOuterClass.ShowCommonTipsNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowCommonTipsNotifyOuterClass.ShowCommonTipsNotify,ShowCommonTipsNotifyOuterClass.ShowCommonTipsNotify.Builder
- Enclosing class:
- ShowCommonTipsNotifyOuterClass
public static interface ShowCommonTipsNotifyOuterClass.ShowCommonTipsNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 close_time = 13;string content = 9;com.google.protobuf.ByteStringstring content = 9;getTitle()string title = 3;com.google.protobuf.ByteStringstring title = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTitle
String getTitle()string title = 3;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 3;- Returns:
- The bytes for title.
-
getContent
String getContent()string content = 9;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 9;- Returns:
- The bytes for content.
-
getCloseTime
int getCloseTime()uint32 close_time = 13;- Returns:
- The closeTime.
-