Package emu.grasscutter.net.proto
Interface StopServerInfoOuterClass.StopServerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StopServerInfoOuterClass.StopServerInfo,StopServerInfoOuterClass.StopServerInfo.Builder
- Enclosing class:
- StopServerInfoOuterClass
public static interface StopServerInfoOuterClass.StopServerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring content_msg = 4;com.google.protobuf.ByteStringstring content_msg = 4;intuint32 stop_begin_time = 1;intuint32 stop_end_time = 2;getUrl()string url = 3;com.google.protobuf.ByteStringstring url = 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
-
getStopBeginTime
int getStopBeginTime()uint32 stop_begin_time = 1;- Returns:
- The stopBeginTime.
-
getStopEndTime
int getStopEndTime()uint32 stop_end_time = 2;- Returns:
- The stopEndTime.
-
getUrl
String getUrl()string url = 3;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 3;- Returns:
- The bytes for url.
-
getContentMsg
String getContentMsg()string content_msg = 4;- Returns:
- The contentMsg.
-
getContentMsgBytes
com.google.protobuf.ByteString getContentMsgBytes()string content_msg = 4;- Returns:
- The bytes for contentMsg.
-