Interface GCGReplayControllerDataOuterClass.GCGReplayControllerDataOrBuilder

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

public static interface GCGReplayControllerDataOuterClass.GCGReplayControllerDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCardIdList(int index)
    repeated uint32 card_id_list = 12;
    int
    repeated uint32 card_id_list = 12;
    repeated uint32 card_id_list = 12;
    int
    uint32 controller_id = 6;

    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

    • getCardIdListList

      List<Integer> getCardIdListList()
      repeated uint32 card_id_list = 12;
      Returns:
      A list containing the cardIdList.
    • getCardIdListCount

      int getCardIdListCount()
      repeated uint32 card_id_list = 12;
      Returns:
      The count of cardIdList.
    • getCardIdList

      int getCardIdList(int index)
      repeated uint32 card_id_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardIdList at the given index.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 6;
      Returns:
      The controllerId.