Interface MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRspOrBuilder

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

public static interface MusicGameStartToPlayOthersBeatmapRspOuterClass.MusicGameStartToPlayOthersBeatmapRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getAMNODOLNOIM(int index)
    repeated uint64 AMNODOLNOIM = 6;
    int
    repeated uint64 AMNODOLNOIM = 6;
    repeated uint64 AMNODOLNOIM = 6;
    int
    int32 retcode = 2;
    .MusicGameUnknown1Enum unknown_enum1 = 11;
    int
    .MusicGameUnknown1Enum unknown_enum1 = 11;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • getUnknownEnum1Value

      int getUnknownEnum1Value()
      .MusicGameUnknown1Enum unknown_enum1 = 11;
      Returns:
      The enum numeric value on the wire for unknownEnum1.
    • getUnknownEnum1

      .MusicGameUnknown1Enum unknown_enum1 = 11;
      Returns:
      The unknownEnum1.
    • getAMNODOLNOIMList

      List<Long> getAMNODOLNOIMList()
      repeated uint64 AMNODOLNOIM = 6;
      Returns:
      A list containing the aMNODOLNOIM.
    • getAMNODOLNOIMCount

      int getAMNODOLNOIMCount()
      repeated uint64 AMNODOLNOIM = 6;
      Returns:
      The count of aMNODOLNOIM.
    • getAMNODOLNOIM

      long getAMNODOLNOIM(int index)
      repeated uint64 AMNODOLNOIM = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The aMNODOLNOIM at the given index.