Interface AvatarPropChangeReasonNotifyOuterClass.AvatarPropChangeReasonNotifyOrBuilder

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

public static interface AvatarPropChangeReasonNotifyOuterClass.AvatarPropChangeReasonNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 14;
    float
    float cur_value = 6;
    float
    float old_value = 12;
    int
    uint32 prop_type = 15;
    .PropChangeReason reason = 5;
    int
    .PropChangeReason reason = 5;

    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

    • getOldValue

      float getOldValue()
      float old_value = 12;
      Returns:
      The oldValue.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 14;
      Returns:
      The avatarGuid.
    • getReasonValue

      int getReasonValue()
      .PropChangeReason reason = 5;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .PropChangeReason reason = 5;
      Returns:
      The reason.
    • getCurValue

      float getCurValue()
      float cur_value = 6;
      Returns:
      The curValue.
    • getPropType

      int getPropType()
      uint32 prop_type = 15;
      Returns:
      The propType.