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 Type
    Method
    Description
    int
    int32 id = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    long
    repeated int64 promotionIdsList = 3;
    int
    repeated int64 promotionIdsList = 3;
    repeated int64 promotionIdsList = 3;
    string type = 4;
    com.google.protobuf.ByteString
    string type = 4;
    string uniqueIndex = 5;
    com.google.protobuf.ByteString
    string uniqueIndex = 5;

    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

    • 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

      List<Long> 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.