Interface ReliquaryPromoteReqOuterClass.ReliquaryPromoteReqOrBuilder

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

public static interface ReliquaryPromoteReqOuterClass.ReliquaryPromoteReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 item_guid = 7;
    long
    uint64 target_guid = 12;

    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

    • getTargetGuid

      long getTargetGuid()
      uint64 target_guid = 12;
      Returns:
      The targetGuid.
    • getItemGuid

      long getItemGuid()
      uint64 item_guid = 7;
      Returns:
      The itemGuid.