Interface GCGMsgMoveCardOuterClass.GCGMsgMoveCardOrBuilder

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

public static interface GCGMsgMoveCardOuterClass.GCGMsgMoveCardOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getToValue

      int getToValue()
      .GCGZoneType to = 9;
      Returns:
      The enum numeric value on the wire for to.
    • getTo

      .GCGZoneType to = 9;
      Returns:
      The to.
    • getFailGuidListList

      List<Integer> getFailGuidListList()
      repeated uint32 fail_guid_list = 2;
      Returns:
      A list containing the failGuidList.
    • getFailGuidListCount

      int getFailGuidListCount()
      repeated uint32 fail_guid_list = 2;
      Returns:
      The count of failGuidList.
    • getFailGuidList

      int getFailGuidList(int index)
      repeated uint32 fail_guid_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The failGuidList at the given index.
    • getFromValue

      int getFromValue()
      .GCGZoneType from = 14;
      Returns:
      The enum numeric value on the wire for from.
    • getFrom

      .GCGZoneType from = 14;
      Returns:
      The from.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 4;
      Returns:
      The controllerId.
    • getReasonValue

      int getReasonValue()
      .GCGReason reason = 13;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .GCGReason reason = 13;
      Returns:
      The reason.
    • getCardGuidListList

      List<Integer> getCardGuidListList()
      repeated uint32 card_guid_list = 5;
      Returns:
      A list containing the cardGuidList.
    • getCardGuidListCount

      int getCardGuidListCount()
      repeated uint32 card_guid_list = 5;
      Returns:
      The count of cardGuidList.
    • getCardGuidList

      int getCardGuidList(int index)
      repeated uint32 card_guid_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cardGuidList at the given index.