Interface HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo, HideAndSeekMapInfoOuterClass.HideAndSeekMapInfo.Builder
Enclosing class:
HideAndSeekMapInfoOuterClass

public static interface HideAndSeekMapInfoOuterClass.HideAndSeekMapInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 id = 10;
    int
    repeated uint32 match_lock_reason_list = 13;
    int
    repeated uint32 match_lock_reason_list = 13;
    repeated uint32 match_lock_reason_list = 13;

    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

    • getId

      int getId()
      uint32 id = 10;
      Returns:
      The id.
    • getMatchLockReasonListList

      List<Integer> getMatchLockReasonListList()
      repeated uint32 match_lock_reason_list = 13;
      Returns:
      A list containing the matchLockReasonList.
    • getMatchLockReasonListCount

      int getMatchLockReasonListCount()
      repeated uint32 match_lock_reason_list = 13;
      Returns:
      The count of matchLockReasonList.
    • getMatchLockReasonList

      int getMatchLockReasonList(int index)
      repeated uint32 match_lock_reason_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The matchLockReasonList at the given index.