Interface ParamListOuterClass.ParamListOrBuilder

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

public static interface ParamListOuterClass.ParamListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getParamList(int index)
    repeated uint32 paramList = 1;
    int
    repeated uint32 paramList = 1;
    repeated uint32 paramList = 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

    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 paramList = 1;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 paramList = 1;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 paramList = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.