Interface AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLogOrBuilder

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

public static interface AbilityActionServerMonsterLogOuterClass.AbilityActionServerMonsterLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getParamList(int index)
    repeated int32 param_list = 3;
    int
    repeated int32 param_list = 3;
    repeated int32 param_list = 3;

    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

    • getParamListList

      List<Integer> getParamListList()
      repeated int32 param_list = 3;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated int32 param_list = 3;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated int32 param_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.