Interface GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntentionOrBuilder

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

public static interface GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntentionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_guid = 1;
    int
    getSkillIdList(int index)
    repeated uint32 skill_id_list = 2;
    int
    repeated uint32 skill_id_list = 2;
    repeated uint32 skill_id_list = 2;

    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

    • getCardGuid

      int getCardGuid()
      uint32 card_guid = 1;
      Returns:
      The cardGuid.
    • getSkillIdListList

      List<Integer> getSkillIdListList()
      repeated uint32 skill_id_list = 2;
      Returns:
      A list containing the skillIdList.
    • getSkillIdListCount

      int getSkillIdListCount()
      repeated uint32 skill_id_list = 2;
      Returns:
      The count of skillIdList.
    • getSkillIdList

      int getSkillIdList(int index)
      repeated uint32 skill_id_list = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The skillIdList at the given index.