|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.contentmanagement.timeseriesservice.stubs.AggregateRequest
public class AggregateRequest
| Constructor Summary | |
|---|---|
AggregateRequest()
|
|
AggregateRequest(AggregationFunction aggregateFunction,
String[] fieldList,
String user)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
AggregationFunction |
getAggregateFunction()
Gets the aggregateFunction value for this AggregateRequest. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String[] |
getFieldList()
Gets the fieldList value for this AggregateRequest. |
String |
getFieldList(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 AggregateRequest. |
int |
hashCode()
|
void |
setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this AggregateRequest. |
void |
setFieldList(int i,
String _value)
|
void |
setFieldList(String[] fieldList)
Sets the fieldList value for this AggregateRequest. |
void |
setUser(String user)
Sets the user value for this AggregateRequest. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregateRequest()
public AggregateRequest(AggregationFunction aggregateFunction,
String[] fieldList,
String user)
| Method Detail |
|---|
public String[] getFieldList()
public void setFieldList(String[] fieldList)
fieldList - public String getFieldList(int i)
public void setFieldList(int i,
String _value)
public AggregationFunction getAggregateFunction()
public void setAggregateFunction(AggregationFunction aggregateFunction)
aggregateFunction - public String getUser()
public void setUser(String user)
user - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||