Interface GetPlayerMpModeAvailabilityRspOuterClass.GetPlayerMpModeAvailabilityRspOrBuilder

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

public static interface GetPlayerMpModeAvailabilityRspOuterClass.GetPlayerMpModeAvailabilityRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 mp_ret = 12;
    int
    getParamList(int index)
    repeated uint32 param_list = 8;
    int
    repeated uint32 param_list = 8;
    repeated uint32 param_list = 8;
    int
    int32 retcode = 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 uint32 param_list = 8;
      Returns:
      A list containing the paramList.
    • getParamListCount

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

      int getParamList(int index)
      repeated uint32 param_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getMpRet

      int getMpRet()
      int32 mp_ret = 12;
      Returns:
      The mpRet.
    • getRetcode

      int getRetcode()
      int32 retcode = 3;
      Returns:
      The retcode.