public class GroupResponse
extends java.lang.Object
implements java.io.Serializable
GroupCommand instances that is the result of
one the following parameters:
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<GroupCommand> |
_values |
| Constructor and Description |
|---|
GroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GroupCommand command)
Adds a grouping command to the response.
|
java.util.List<GroupCommand> |
getValues()
Returns all grouping commands.
|
private final java.util.List<GroupCommand> _values
public void add(GroupCommand command)
command - The grouping command to addpublic java.util.List<GroupCommand> getValues()