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 TypeMethodDescriptionlongint64 explainType = 4;intgetIndex()int32 index = 2;longint64 promotionId = 1;longgetTargetFlashUidsList(int index) repeated int64 targetFlashUidsList = 3;intrepeated int64 targetFlashUidsList = 3;repeated int64 targetFlashUidsList = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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.
-