Interface HomeModuleSeenReqOuterClass.HomeModuleSeenReqOrBuilder

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

public static interface HomeModuleSeenReqOuterClass.HomeModuleSeenReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 seen_module_id_list = 6;
    int
    repeated uint32 seen_module_id_list = 6;
    repeated uint32 seen_module_id_list = 6;

    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

    • getSeenModuleIdListList

      List<Integer> getSeenModuleIdListList()
      repeated uint32 seen_module_id_list = 6;
      Returns:
      A list containing the seenModuleIdList.
    • getSeenModuleIdListCount

      int getSeenModuleIdListCount()
      repeated uint32 seen_module_id_list = 6;
      Returns:
      The count of seenModuleIdList.
    • getSeenModuleIdList

      int getSeenModuleIdList(int index)
      repeated uint32 seen_module_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The seenModuleIdList at the given index.