Interface ProtobufMessages.Agenda.FocusStackOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroupName​(int index)
      repeated string group_name = 1;
      com.google.protobuf.ByteString getGroupNameBytes​(int index)
      repeated string group_name = 1;
      int getGroupNameCount()
      repeated string group_name = 1;
      List<String> getGroupNameList()
      repeated string group_name = 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 Detail

      • getGroupNameList

        List<String> getGroupNameList()
        repeated string group_name = 1;
        Returns:
        A list containing the groupName.
      • getGroupNameCount

        int getGroupNameCount()
        repeated string group_name = 1;
        Returns:
        The count of groupName.
      • getGroupName

        String getGroupName​(int index)
        repeated string group_name = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The groupName at the given index.
      • getGroupNameBytes

        com.google.protobuf.ByteString getGroupNameBytes​(int index)
        repeated string group_name = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the groupName at the given index.