Package emu.grasscutter.net.proto
Interface MailTextContentOuterClass.MailTextContentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MailTextContentOuterClass.MailTextContent,MailTextContentOuterClass.MailTextContent.Builder
- Enclosing class:
- MailTextContentOuterClass
public static interface MailTextContentOuterClass.MailTextContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring content = 2;com.google.protobuf.ByteStringstring content = 2;NBNLJCLPGEAcom.google.protobuf.ByteStringNBNLJCLPGEAgetTitle()string title = 1;com.google.protobuf.ByteStringstring title = 1;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 = 1;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()string title = 1;- Returns:
- The bytes for title.
-
getContent
String getContent()string content = 2;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()string content = 2;- Returns:
- The bytes for content.
-
getSender
String getSender()NBNLJCLPGEA
string sender = 3;- Returns:
- The sender.
-
getSenderBytes
com.google.protobuf.ByteString getSenderBytes()NBNLJCLPGEA
string sender = 3;- Returns:
- The bytes for sender.
-