Interface ProductInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProductInfo, ProductInfo.Builder

public interface ProductInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 explainType = 4;
    int
    int32 index = 2;
    long
    int64 promotionId = 1;
    long
    repeated int64 targetFlashUidsList = 3;
    int
    repeated int64 targetFlashUidsList = 3;
    repeated int64 targetFlashUidsList = 3;

    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

    • getPromotionId

      long getPromotionId()
      int64 promotionId = 1;
      Returns:
      The promotionId.
    • getIndex

      int getIndex()
      int32 index = 2;
      Returns:
      The index.
    • getTargetFlashUidsListList

      List<Long> getTargetFlashUidsListList()
      repeated int64 targetFlashUidsList = 3;
      Returns:
      A list containing the targetFlashUidsList.
    • getTargetFlashUidsListCount

      int getTargetFlashUidsListCount()
      repeated int64 targetFlashUidsList = 3;
      Returns:
      The count of targetFlashUidsList.
    • getTargetFlashUidsList

      long getTargetFlashUidsList(int index)
      repeated int64 targetFlashUidsList = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The targetFlashUidsList at the given index.
    • getExplainType

      long getExplainType()
      int64 explainType = 4;
      Returns:
      The explainType.