Interface RanklistHourEntrance_DetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RanklistHourEntrance_Detail,RanklistHourEntrance_Detail.Builder
public interface RanklistHourEntrance_DetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription入口额外信息com.google.protobuf.ByteString入口额外信息getPages(int index) 假设 pages 是 RanklistHourEntrance_Page 类型int假设 pages 是 RanklistHourEntrance_Page 类型假设 pages 是 RanklistHourEntrance_Page 类型getPagesOrBuilder(int index) 假设 pages 是 RanklistHourEntrance_Page 类型List<? extends RanklistHourEntrance_PageOrBuilder>假设 pages 是 RanklistHourEntrance_Page 类型排名列表额外信息com.google.protobuf.ByteString排名列表额外信息int排名列表类型模式com.google.protobuf.ByteString模式getTitle()标题com.google.protobuf.ByteString标题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
-
getPagesList
List<RanklistHourEntrance_Page> getPagesList()假设 pages 是 RanklistHourEntrance_Page 类型
repeated .RanklistHourEntrance_Page pages = 1; -
getPages
假设 pages 是 RanklistHourEntrance_Page 类型
repeated .RanklistHourEntrance_Page pages = 1; -
getPagesCount
int getPagesCount()假设 pages 是 RanklistHourEntrance_Page 类型
repeated .RanklistHourEntrance_Page pages = 1; -
getPagesOrBuilderList
List<? extends RanklistHourEntrance_PageOrBuilder> getPagesOrBuilderList()假设 pages 是 RanklistHourEntrance_Page 类型
repeated .RanklistHourEntrance_Page pages = 1; -
getPagesOrBuilder
假设 pages 是 RanklistHourEntrance_Page 类型
repeated .RanklistHourEntrance_Page pages = 1; -
getRanklistType
int getRanklistType()排名列表类型
int32 ranklist_type = 2;- Returns:
- The ranklistType.
-
getTitle
String getTitle()标题
string title = 3;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()标题
string title = 3;- Returns:
- The bytes for title.
-
getRanklistExtra
String getRanklistExtra()排名列表额外信息
string ranklist_extra = 4;- Returns:
- The ranklistExtra.
-
getRanklistExtraBytes
com.google.protobuf.ByteString getRanklistExtraBytes()排名列表额外信息
string ranklist_extra = 4;- Returns:
- The bytes for ranklistExtra.
-
getEntranceExtra
String getEntranceExtra()入口额外信息
string entrance_extra = 5;- Returns:
- The entranceExtra.
-
getEntranceExtraBytes
com.google.protobuf.ByteString getEntranceExtraBytes()入口额外信息
string entrance_extra = 5;- Returns:
- The bytes for entranceExtra.
-
getSchema
String getSchema()模式
string schema = 6;- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()模式
string schema = 6;- Returns:
- The bytes for schema.
-