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 Type
    Method
    Description
    int
    uint32 close_time = 5;
    string content = 1;
    com.google.protobuf.ByteString
    string content = 1;
    string title = 4;
    com.google.protobuf.ByteString
    string title = 4;

    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

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