public class GroupRequest extends Object implements Serializable
| Constructor and Description |
|---|
GroupRequest() |
GroupRequest(AggregationFunction aggregateFunction,
GroupElement[] groupingList,
String user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AggregationFunction |
getAggregateFunction()
Gets the aggregateFunction value for this GroupRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
GroupElement[] |
getGroupingList()
Gets the groupingList value for this GroupRequest.
|
GroupElement |
getGroupingList(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUser()
Gets the user value for this GroupRequest.
|
int |
hashCode() |
void |
setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this GroupRequest.
|
void |
setGroupingList(GroupElement[] groupingList)
Sets the groupingList value for this GroupRequest.
|
void |
setGroupingList(int i,
GroupElement _value) |
void |
setUser(String user)
Sets the user value for this GroupRequest.
|
public GroupRequest()
public GroupRequest(AggregationFunction aggregateFunction, GroupElement[] groupingList, String user)
public AggregationFunction getAggregateFunction()
public void setAggregateFunction(AggregationFunction aggregateFunction)
aggregateFunction - public GroupElement[] getGroupingList()
public void setGroupingList(GroupElement[] groupingList)
groupingList - public GroupElement getGroupingList(int i)
public void setGroupingList(int i,
GroupElement _value)
public String getUser()
public void setUser(String user)
user - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.