public class GroupResponse extends Object implements Serializable
GroupCommand instances that is the result of
 one the following parameters:
 | Constructor and Description | 
|---|
| GroupResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(GroupCommand command)Adds a grouping command to the response. | 
| List<GroupCommand> | getValues()Returns all grouping commands. | 
public void add(GroupCommand command)
command - The grouping command to addpublic List<GroupCommand> getValues()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.