Interface RanklistHourEntrance_PageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RanklistHourEntrance_Page, RanklistHourEntrance_Page.Builder

public interface RanklistHourEntrance_PageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Background color of the page
    com.google.protobuf.ByteString
    Background color of the page
    Content of the page
    com.google.protobuf.ByteString
    Content of the page
    int
    Type of the content
    long
    Number of times the page is shown (or similar)

    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()
       Content of the page
       
      string content = 1;
      Returns:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
       Content of the page
       
      string content = 1;
      Returns:
      The bytes for content.
    • getBackgroundColor

      String getBackgroundColor()
       Background color of the page
       
      string background_color = 2;
      Returns:
      The backgroundColor.
    • getBackgroundColorBytes

      com.google.protobuf.ByteString getBackgroundColorBytes()
       Background color of the page
       
      string background_color = 2;
      Returns:
      The bytes for backgroundColor.
    • getShowTimes

      long getShowTimes()
       Number of times the page is shown (or similar)
       
      int64 show_times = 3;
      Returns:
      The showTimes.
    • getContentType

      int getContentType()
       Type of the content
       
      int32 content_type = 4;
      Returns:
      The contentType.