Interface ProductChangeMessageOrBuilder

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

public interface ProductChangeMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCommon

      boolean hasCommon()
      .Common common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

      Common getCommon()
      .Common common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      CommonOrBuilder getCommonOrBuilder()
      .Common common = 1;
    • getUpdateTimestamp

      long getUpdateTimestamp()
      int64 updateTimestamp = 2;
      Returns:
      The updateTimestamp.
    • getUpdateToast

      String getUpdateToast()
      string updateToast = 3;
      Returns:
      The updateToast.
    • getUpdateToastBytes

      com.google.protobuf.ByteString getUpdateToastBytes()
      string updateToast = 3;
      Returns:
      The bytes for updateToast.
    • getUpdateProductInfoListList

      List<ProductInfo> getUpdateProductInfoListList()
      repeated .ProductInfo updateProductInfoList = 4;
    • getUpdateProductInfoList

      ProductInfo getUpdateProductInfoList(int index)
      repeated .ProductInfo updateProductInfoList = 4;
    • getUpdateProductInfoListCount

      int getUpdateProductInfoListCount()
      repeated .ProductInfo updateProductInfoList = 4;
    • getUpdateProductInfoListOrBuilderList

      List<? extends ProductInfoOrBuilder> getUpdateProductInfoListOrBuilderList()
      repeated .ProductInfo updateProductInfoList = 4;
    • getUpdateProductInfoListOrBuilder

      ProductInfoOrBuilder getUpdateProductInfoListOrBuilder(int index)
      repeated .ProductInfo updateProductInfoList = 4;
    • getTotal

      long getTotal()
      int64 total = 5;
      Returns:
      The total.
    • getUpdateCategoryInfoListList

      List<CategoryInfo> getUpdateCategoryInfoListList()
      repeated .CategoryInfo updateCategoryInfoList = 8;
    • getUpdateCategoryInfoList

      CategoryInfo getUpdateCategoryInfoList(int index)
      repeated .CategoryInfo updateCategoryInfoList = 8;
    • getUpdateCategoryInfoListCount

      int getUpdateCategoryInfoListCount()
      repeated .CategoryInfo updateCategoryInfoList = 8;
    • getUpdateCategoryInfoListOrBuilderList

      List<? extends CategoryInfoOrBuilder> getUpdateCategoryInfoListOrBuilderList()
      repeated .CategoryInfo updateCategoryInfoList = 8;
    • getUpdateCategoryInfoListOrBuilder

      CategoryInfoOrBuilder getUpdateCategoryInfoListOrBuilder(int index)
      repeated .CategoryInfo updateCategoryInfoList = 8;