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 Type
    Method
    Description
    string content_msg = 4;
    com.google.protobuf.ByteString
    string content_msg = 4;
    int
    uint32 stop_begin_time = 1;
    int
    uint32 stop_end_time = 2;
    string url = 3;
    com.google.protobuf.ByteString
    string url = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.