Class RanklistHourEntrance_Detail

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.ordinaryroad.live.chat.client.codec.douyin.protobuf.RanklistHourEntrance_Detail
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, RanklistHourEntrance_DetailOrBuilder

public final class RanklistHourEntrance_Detail extends com.google.protobuf.GeneratedMessageV3 implements RanklistHourEntrance_DetailOrBuilder
Protobuf type RanklistHourEntrance_Detail
See Also:
  • Field Details

    • PAGES_FIELD_NUMBER

      public static final int PAGES_FIELD_NUMBER
      See Also:
    • RANKLIST_TYPE_FIELD_NUMBER

      public static final int RANKLIST_TYPE_FIELD_NUMBER
      See Also:
    • TITLE_FIELD_NUMBER

      public static final int TITLE_FIELD_NUMBER
      See Also:
    • RANKLIST_EXTRA_FIELD_NUMBER

      public static final int RANKLIST_EXTRA_FIELD_NUMBER
      See Also:
    • ENTRANCE_EXTRA_FIELD_NUMBER

      public static final int ENTRANCE_EXTRA_FIELD_NUMBER
      See Also:
    • SCHEMA_FIELD_NUMBER

      public static final int SCHEMA_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getPagesList

      public List<RanklistHourEntrance_Page> getPagesList()
       假设 pages 是 RanklistHourEntrance_Page 类型
       
      repeated .RanklistHourEntrance_Page pages = 1;
      Specified by:
      getPagesList in interface RanklistHourEntrance_DetailOrBuilder
    • getPagesOrBuilderList

      public List<? extends RanklistHourEntrance_PageOrBuilder> getPagesOrBuilderList()
       假设 pages 是 RanklistHourEntrance_Page 类型
       
      repeated .RanklistHourEntrance_Page pages = 1;
      Specified by:
      getPagesOrBuilderList in interface RanklistHourEntrance_DetailOrBuilder
    • getPagesCount

      public int getPagesCount()
       假设 pages 是 RanklistHourEntrance_Page 类型
       
      repeated .RanklistHourEntrance_Page pages = 1;
      Specified by:
      getPagesCount in interface RanklistHourEntrance_DetailOrBuilder
    • getPages

      public RanklistHourEntrance_Page getPages(int index)
       假设 pages 是 RanklistHourEntrance_Page 类型
       
      repeated .RanklistHourEntrance_Page pages = 1;
      Specified by:
      getPages in interface RanklistHourEntrance_DetailOrBuilder
    • getPagesOrBuilder

      public RanklistHourEntrance_PageOrBuilder getPagesOrBuilder(int index)
       假设 pages 是 RanklistHourEntrance_Page 类型
       
      repeated .RanklistHourEntrance_Page pages = 1;
      Specified by:
      getPagesOrBuilder in interface RanklistHourEntrance_DetailOrBuilder
    • getRanklistType

      public int getRanklistType()
       排名列表类型
       
      int32 ranklist_type = 2;
      Specified by:
      getRanklistType in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The ranklistType.
    • getTitle

      public String getTitle()
       标题
       
      string title = 3;
      Specified by:
      getTitle in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The title.
    • getTitleBytes

      public com.google.protobuf.ByteString getTitleBytes()
       标题
       
      string title = 3;
      Specified by:
      getTitleBytes in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The bytes for title.
    • getRanklistExtra

      public String getRanklistExtra()
       排名列表额外信息
       
      string ranklist_extra = 4;
      Specified by:
      getRanklistExtra in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The ranklistExtra.
    • getRanklistExtraBytes

      public com.google.protobuf.ByteString getRanklistExtraBytes()
       排名列表额外信息
       
      string ranklist_extra = 4;
      Specified by:
      getRanklistExtraBytes in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The bytes for ranklistExtra.
    • getEntranceExtra

      public String getEntranceExtra()
       入口额外信息
       
      string entrance_extra = 5;
      Specified by:
      getEntranceExtra in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The entranceExtra.
    • getEntranceExtraBytes

      public com.google.protobuf.ByteString getEntranceExtraBytes()
       入口额外信息
       
      string entrance_extra = 5;
      Specified by:
      getEntranceExtraBytes in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The bytes for entranceExtra.
    • getSchema

      public String getSchema()
       模式
       
      string schema = 6;
      Specified by:
      getSchema in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The schema.
    • getSchemaBytes

      public com.google.protobuf.ByteString getSchemaBytes()
       模式
       
      string schema = 6;
      Specified by:
      getSchemaBytes in interface RanklistHourEntrance_DetailOrBuilder
      Returns:
      The bytes for schema.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RanklistHourEntrance_Detail parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static RanklistHourEntrance_Detail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static RanklistHourEntrance_Detail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public RanklistHourEntrance_Detail.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static RanklistHourEntrance_Detail.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected RanklistHourEntrance_Detail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static RanklistHourEntrance_Detail getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<RanklistHourEntrance_Detail> parser()
    • getParserForType

      public com.google.protobuf.Parser<RanklistHourEntrance_Detail> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public RanklistHourEntrance_Detail getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder