Interface GachaUpInfoOuterClass.GachaUpInfoOrBuilder

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

public static interface GachaUpInfoOuterClass.GachaUpInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getItemIdList(int index)
    repeated uint32 item_id_list = 7;
    int
    repeated uint32 item_id_list = 7;
    repeated uint32 item_id_list = 7;
    int
    uint32 item_parent_type = 9;

    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

    • getItemParentType

      int getItemParentType()
      uint32 item_parent_type = 9;
      Returns:
      The itemParentType.
    • getItemIdListList

      List<Integer> getItemIdListList()
      repeated uint32 item_id_list = 7;
      Returns:
      A list containing the itemIdList.
    • getItemIdListCount

      int getItemIdListCount()
      repeated uint32 item_id_list = 7;
      Returns:
      The count of itemIdList.
    • getItemIdList

      int getItemIdList(int index)
      repeated uint32 item_id_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemIdList at the given index.