Interface CategoryInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CategoryInfo,CategoryInfo.Builder
public interface CategoryInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()int32 id = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;longgetPromotionIdsList(int index) repeated int64 promotionIdsList = 3;intrepeated int64 promotionIdsList = 3;repeated int64 promotionIdsList = 3;getType()string type = 4;com.google.protobuf.ByteStringstring type = 4;string uniqueIndex = 5;com.google.protobuf.ByteStringstring uniqueIndex = 5;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
-
getId
int getId()int32 id = 1;- Returns:
- The id.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getPromotionIdsListList
repeated int64 promotionIdsList = 3;- Returns:
- A list containing the promotionIdsList.
-
getPromotionIdsListCount
int getPromotionIdsListCount()repeated int64 promotionIdsList = 3;- Returns:
- The count of promotionIdsList.
-
getPromotionIdsList
long getPromotionIdsList(int index) repeated int64 promotionIdsList = 3;- Parameters:
index- The index of the element to return.- Returns:
- The promotionIdsList at the given index.
-
getType
String getType()string type = 4;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 4;- Returns:
- The bytes for type.
-
getUniqueIndex
String getUniqueIndex()string uniqueIndex = 5;- Returns:
- The uniqueIndex.
-
getUniqueIndexBytes
com.google.protobuf.ByteString getUniqueIndexBytes()string uniqueIndex = 5;- Returns:
- The bytes for uniqueIndex.
-