Interface TraceRmi.BoolArrOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    getArr(int index)
    repeated bool arr = 1;
    int
    repeated bool arr = 1;
    repeated bool 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<Boolean> getArrList()
      repeated bool arr = 1;
      Returns:
      A list containing the arr.
    • getArrCount

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

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