Interface TraceRmi.IntArrOrBuilder

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

public static interface TraceRmi.IntArrOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getArr(int index)
    repeated int32 arr = 1;
    int
    repeated int32 arr = 1;
    repeated int32 arr = 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

    • getArrList

      List<Integer> getArrList()
      repeated int32 arr = 1;
      Returns:
      A list containing the arr.
    • getArrCount

      int getArrCount()
      repeated int32 arr = 1;
      Returns:
      The count of arr.
    • getArr

      int getArr(int index)
      repeated int32 arr = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The arr at the given index.