Interface LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRspOrBuilder

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

public static interface LunaRiteSacrificeRspOuterClass.LunaRiteSacrificeRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 area_id = 14;
    int
    uint32 index = 3;
    int
    int32 retcode = 12;
    int
    getSacrificeList(int index)
    repeated uint32 sacrifice_list = 11;
    int
    repeated uint32 sacrifice_list = 11;
    repeated uint32 sacrifice_list = 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

    • getSacrificeListList

      List<Integer> getSacrificeListList()
      repeated uint32 sacrifice_list = 11;
      Returns:
      A list containing the sacrificeList.
    • getSacrificeListCount

      int getSacrificeListCount()
      repeated uint32 sacrifice_list = 11;
      Returns:
      The count of sacrificeList.
    • getSacrificeList

      int getSacrificeList(int index)
      repeated uint32 sacrifice_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sacrificeList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 12;
      Returns:
      The retcode.
    • getIndex

      int getIndex()
      uint32 index = 3;
      Returns:
      The index.
    • getAreaId

      int getAreaId()
      uint32 area_id = 14;
      Returns:
      The areaId.