Interface ReliquaryPromoteRspOuterClass.ReliquaryPromoteRspOrBuilder

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

public static interface ReliquaryPromoteRspOuterClass.ReliquaryPromoteRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 cur_append_prop_list = 13;
    int
    repeated uint32 cur_append_prop_list = 13;
    repeated uint32 cur_append_prop_list = 13;
    int
    uint32 cur_promote_level = 4;
    int
    repeated uint32 old_append_prop_list = 8;
    int
    repeated uint32 old_append_prop_list = 8;
    repeated uint32 old_append_prop_list = 8;
    int
    uint32 old_promote_level = 9;
    int
    int32 retcode = 10;
    long
    uint64 target_reliquary_guid = 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

    • getOldAppendPropListList

      List<Integer> getOldAppendPropListList()
      repeated uint32 old_append_prop_list = 8;
      Returns:
      A list containing the oldAppendPropList.
    • getOldAppendPropListCount

      int getOldAppendPropListCount()
      repeated uint32 old_append_prop_list = 8;
      Returns:
      The count of oldAppendPropList.
    • getOldAppendPropList

      int getOldAppendPropList(int index)
      repeated uint32 old_append_prop_list = 8;
      Parameters:
      index - The index of the element to return.
      Returns:
      The oldAppendPropList at the given index.
    • getOldPromoteLevel

      int getOldPromoteLevel()
      uint32 old_promote_level = 9;
      Returns:
      The oldPromoteLevel.
    • getCurAppendPropListList

      List<Integer> getCurAppendPropListList()
      repeated uint32 cur_append_prop_list = 13;
      Returns:
      A list containing the curAppendPropList.
    • getCurAppendPropListCount

      int getCurAppendPropListCount()
      repeated uint32 cur_append_prop_list = 13;
      Returns:
      The count of curAppendPropList.
    • getCurAppendPropList

      int getCurAppendPropList(int index)
      repeated uint32 cur_append_prop_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The curAppendPropList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 10;
      Returns:
      The retcode.
    • getTargetReliquaryGuid

      long getTargetReliquaryGuid()
      uint64 target_reliquary_guid = 6;
      Returns:
      The targetReliquaryGuid.
    • getCurPromoteLevel

      int getCurPromoteLevel()
      uint32 cur_promote_level = 4;
      Returns:
      The curPromoteLevel.