public class GetDataAsJsonRequest extends Object implements Serializable
| Constructor and Description |
|---|
GetDataAsJsonRequest() |
GetDataAsJsonRequest(boolean onlyErrors,
SelectQuery query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
SelectQuery |
getQuery()
Gets the query value for this GetDataAsJsonRequest.
|
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
|
int |
hashCode() |
boolean |
isOnlyErrors()
Gets the onlyErrors value for this GetDataAsJsonRequest.
|
void |
setOnlyErrors(boolean onlyErrors)
Sets the onlyErrors value for this GetDataAsJsonRequest.
|
void |
setQuery(SelectQuery query)
Sets the query value for this GetDataAsJsonRequest.
|
public GetDataAsJsonRequest()
public GetDataAsJsonRequest(boolean onlyErrors,
SelectQuery query)
public SelectQuery getQuery()
public void setQuery(SelectQuery query)
query - public boolean isOnlyErrors()
public void setOnlyErrors(boolean onlyErrors)
onlyErrors - 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.