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 Summary
Modifier and TypeMethodDescription.Common common = 1;.Common common = 1;longgetTotal()int64 total = 5;getUpdateCategoryInfoList(int index) repeated .CategoryInfo updateCategoryInfoList = 8;intrepeated .CategoryInfo updateCategoryInfoList = 8;repeated .CategoryInfo updateCategoryInfoList = 8;getUpdateCategoryInfoListOrBuilder(int index) repeated .CategoryInfo updateCategoryInfoList = 8;List<? extends CategoryInfoOrBuilder>repeated .CategoryInfo updateCategoryInfoList = 8;getUpdateProductInfoList(int index) repeated .ProductInfo updateProductInfoList = 4;intrepeated .ProductInfo updateProductInfoList = 4;repeated .ProductInfo updateProductInfoList = 4;getUpdateProductInfoListOrBuilder(int index) repeated .ProductInfo updateProductInfoList = 4;List<? extends ProductInfoOrBuilder>repeated .ProductInfo updateProductInfoList = 4;longint64 updateTimestamp = 2;string updateToast = 3;com.google.protobuf.ByteStringstring updateToast = 3;boolean.Common common = 1;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
-
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
repeated .ProductInfo updateProductInfoList = 4; -
getUpdateProductInfoListCount
int getUpdateProductInfoListCount()repeated .ProductInfo updateProductInfoList = 4; -
getUpdateProductInfoListOrBuilderList
List<? extends ProductInfoOrBuilder> getUpdateProductInfoListOrBuilderList()repeated .ProductInfo updateProductInfoList = 4; -
getUpdateProductInfoListOrBuilder
repeated .ProductInfo updateProductInfoList = 4; -
getTotal
long getTotal()int64 total = 5;- Returns:
- The total.
-
getUpdateCategoryInfoListList
List<CategoryInfo> getUpdateCategoryInfoListList()repeated .CategoryInfo updateCategoryInfoList = 8; -
getUpdateCategoryInfoList
repeated .CategoryInfo updateCategoryInfoList = 8; -
getUpdateCategoryInfoListCount
int getUpdateCategoryInfoListCount()repeated .CategoryInfo updateCategoryInfoList = 8; -
getUpdateCategoryInfoListOrBuilderList
List<? extends CategoryInfoOrBuilder> getUpdateCategoryInfoListOrBuilderList()repeated .CategoryInfo updateCategoryInfoList = 8; -
getUpdateCategoryInfoListOrBuilder
repeated .CategoryInfo updateCategoryInfoList = 8;
-