public class ChartDataRequest extends Object implements Serializable
| Constructor and Description |
|---|
ChartDataRequest() |
ChartDataRequest(org.gcube.common.core.types.StringArray areas,
String attributeColumn,
org.gcube.common.core.types.StringArray filters,
String groupDimension,
int maxDimension,
String user,
String xDimension,
String yDimension) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.gcube.common.core.types.StringArray |
getAreas()
Gets the areas value for this ChartDataRequest.
|
String |
getAttributeColumn()
Gets the attributeColumn value for this ChartDataRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
org.gcube.common.core.types.StringArray |
getFilters()
Gets the filters value for this ChartDataRequest.
|
String |
getGroupDimension()
Gets the groupDimension value for this ChartDataRequest.
|
int |
getMaxDimension()
Gets the maxDimension value for this ChartDataRequest.
|
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 ChartDataRequest.
|
String |
getXDimension()
Gets the xDimension value for this ChartDataRequest.
|
String |
getYDimension()
Gets the yDimension value for this ChartDataRequest.
|
int |
hashCode() |
void |
setAreas(org.gcube.common.core.types.StringArray areas)
Sets the areas value for this ChartDataRequest.
|
void |
setAttributeColumn(String attributeColumn)
Sets the attributeColumn value for this ChartDataRequest.
|
void |
setFilters(org.gcube.common.core.types.StringArray filters)
Sets the filters value for this ChartDataRequest.
|
void |
setGroupDimension(String groupDimension)
Sets the groupDimension value for this ChartDataRequest.
|
void |
setMaxDimension(int maxDimension)
Sets the maxDimension value for this ChartDataRequest.
|
void |
setUser(String user)
Sets the user value for this ChartDataRequest.
|
void |
setXDimension(String xDimension)
Sets the xDimension value for this ChartDataRequest.
|
void |
setYDimension(String yDimension)
Sets the yDimension value for this ChartDataRequest.
|
public int getMaxDimension()
public void setMaxDimension(int maxDimension)
maxDimension - public String getXDimension()
public void setXDimension(String xDimension)
xDimension - public String getYDimension()
public void setYDimension(String yDimension)
yDimension - public String getGroupDimension()
public void setGroupDimension(String groupDimension)
groupDimension - public String getAttributeColumn()
public void setAttributeColumn(String attributeColumn)
attributeColumn - public org.gcube.common.core.types.StringArray getFilters()
public void setFilters(org.gcube.common.core.types.StringArray filters)
filters - public org.gcube.common.core.types.StringArray getAreas()
public void setAreas(org.gcube.common.core.types.StringArray areas)
areas - 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.