Interface RanklistHourEntranceMessageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .Common common = 1;
    .Common common = 1;
    .RanklistHourEntrance info = 2;
    .RanklistHourEntrance info = 2;
    boolean
    .Common common = 1;
    boolean
    .RanklistHourEntrance info = 2;

    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

    • hasCommon

      boolean hasCommon()
      .Common common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

      Common getCommon()
      .Common common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      CommonOrBuilder getCommonOrBuilder()
      .Common common = 1;
    • hasInfo

      boolean hasInfo()
      .RanklistHourEntrance info = 2;
      Returns:
      Whether the info field is set.
    • getInfo

      .RanklistHourEntrance info = 2;
      Returns:
      The info.
    • getInfoOrBuilder

      RanklistHourEntranceOrBuilder getInfoOrBuilder()
      .RanklistHourEntrance info = 2;