Interface ResinChangeNotifyOuterClass.ResinChangeNotifyOrBuilder

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

public static interface ResinChangeNotifyOuterClass.ResinChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_buy_count = 8;
    int
    uint32 cur_value = 6;
    int
    uint32 next_add_timestamp = 4;

    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

    • getNextAddTimestamp

      int getNextAddTimestamp()
      uint32 next_add_timestamp = 4;
      Returns:
      The nextAddTimestamp.
    • getCurBuyCount

      int getCurBuyCount()
      uint32 cur_buy_count = 8;
      Returns:
      The curBuyCount.
    • getCurValue

      int getCurValue()
      uint32 cur_value = 6;
      Returns:
      The curValue.