Interface CardProductRewardNotifyOuterClass.CardProductRewardNotifyOrBuilder

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

public static interface CardProductRewardNotifyOuterClass.CardProductRewardNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 hcoin = 2;
    string product_id = 15;
    com.google.protobuf.ByteString
    string product_id = 15;
    int
    uint32 remainDays = 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

    • getHcoin

      int getHcoin()
      uint32 hcoin = 2;
      Returns:
      The hcoin.
    • getRemainDays

      int getRemainDays()
      uint32 remainDays = 6;
      Returns:
      The remainDays.
    • getProductId

      String getProductId()
      string product_id = 15;
      Returns:
      The productId.
    • getProductIdBytes

      com.google.protobuf.ByteString getProductIdBytes()
      string product_id = 15;
      Returns:
      The bytes for productId.