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 = 5;string content = 1;com.google.protobuf.ByteStringstring content = 1;getTitle()string title = 4;com.google.protobuf.ByteStringstring title = 4;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
-
getContent
String getContent()string content = 1;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 1;- Returns:
- The bytes for content.
-
getTitle
String getTitle()string title = 4;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 4;- Returns:
- The bytes for title.
-
getCloseTime
int getCloseTime()uint32 close_time = 5;- Returns:
- The closeTime.
-