Interface SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotifyOrBuilder

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

public static interface SceneForceUnlockNotifyOuterClass.SceneForceUnlockNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getForceIdList(int index)
    repeated uint32 force_id_list = 11;
    int
    repeated uint32 force_id_list = 11;
    repeated uint32 force_id_list = 11;
    boolean
    bool is_add = 7;

    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

    • getIsAdd

      boolean getIsAdd()
      bool is_add = 7;
      Returns:
      The isAdd.
    • getForceIdListList

      List<Integer> getForceIdListList()
      repeated uint32 force_id_list = 11;
      Returns:
      A list containing the forceIdList.
    • getForceIdListCount

      int getForceIdListCount()
      repeated uint32 force_id_list = 11;
      Returns:
      The count of forceIdList.
    • getForceIdList

      int getForceIdList(int index)
      repeated uint32 force_id_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The forceIdList at the given index.