Interface ProtobufMessages.Agenda.FocusStackOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Agenda.FocusStack,ProtobufMessages.Agenda.FocusStack.Builder
- Enclosing class:
- ProtobufMessages.Agenda
public static interface ProtobufMessages.Agenda.FocusStackOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGroupName(int index)repeated string group_name = 1;com.google.protobuf.ByteStringgetGroupNameBytes(int index)repeated string group_name = 1;intgetGroupNameCount()repeated string group_name = 1;java.util.List<java.lang.String>getGroupNameList()repeated string group_name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroupNameList
java.util.List<java.lang.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
java.lang.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.
-
-