Interface ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRspOrBuilder

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

public static interface ReliquaryDecomposeRspOuterClass.ReliquaryDecomposeRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getGuidList(int index)
    repeated uint64 guid_list = 9;
    int
    repeated uint64 guid_list = 9;
    repeated uint64 guid_list = 9;
    int
    int32 retcode = 7;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.
    • getGuidListList

      List<Long> getGuidListList()
      repeated uint64 guid_list = 9;
      Returns:
      A list containing the guidList.
    • getGuidListCount

      int getGuidListCount()
      repeated uint64 guid_list = 9;
      Returns:
      The count of guidList.
    • getGuidList

      long getGuidList(int index)
      repeated uint64 guid_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The guidList at the given index.