Interface StoreItemDelNotifyOuterClass.StoreItemDelNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreItemDelNotifyOuterClass.StoreItemDelNotify, StoreItemDelNotifyOuterClass.StoreItemDelNotify.Builder
Enclosing class:
StoreItemDelNotifyOuterClass

public static interface StoreItemDelNotifyOuterClass.StoreItemDelNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getGuidList(int index)
    repeated uint64 guid_list = 15;
    int
    repeated uint64 guid_list = 15;
    repeated uint64 guid_list = 15;
    .StoreType store_type = 1;
    int
    .StoreType store_type = 1;

    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

    • getStoreTypeValue

      int getStoreTypeValue()
      .StoreType store_type = 1;
      Returns:
      The enum numeric value on the wire for storeType.
    • getStoreType

      .StoreType store_type = 1;
      Returns:
      The storeType.
    • getGuidListList

      List<Long> getGuidListList()
      repeated uint64 guid_list = 15;
      Returns:
      A list containing the guidList.
    • getGuidListCount

      int getGuidListCount()
      repeated uint64 guid_list = 15;
      Returns:
      The count of guidList.
    • getGuidList

      long getGuidList(int index)
      repeated uint64 guid_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The guidList at the given index.