public class SavedQuery extends Object implements Serializable
ReportQuery representing the selection criteria
for running a report.| Constructor and Description |
|---|
SavedQuery() |
SavedQuery(Long id,
String name,
ReportQuery reportQuery,
Boolean isCompatibleWithApiVersion) |
| 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
|
Long |
getId()
Gets the id value for this SavedQuery.
|
Boolean |
getIsCompatibleWithApiVersion()
Gets the isCompatibleWithApiVersion value for this SavedQuery.
|
String |
getName()
Gets the name value for this SavedQuery.
|
ReportQuery |
getReportQuery()
Gets the reportQuery value for this SavedQuery.
|
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() |
void |
setId(Long id)
Sets the id value for this SavedQuery.
|
void |
setIsCompatibleWithApiVersion(Boolean isCompatibleWithApiVersion)
Sets the isCompatibleWithApiVersion value for this SavedQuery.
|
void |
setName(String name)
Sets the name value for this SavedQuery.
|
void |
setReportQuery(ReportQuery reportQuery)
Sets the reportQuery value for this SavedQuery.
|
String |
toString() |
public SavedQuery()
public SavedQuery(Long id, String name, ReportQuery reportQuery, Boolean isCompatibleWithApiVersion)
public Long getId()
public void setId(Long id)
id - * The ID of the saved query.public String getName()
public void setName(String name)
name - * The name of the saved query.public ReportQuery getReportQuery()
ReportQuery representing the selection criteria
for the saved query.
This will be non-null if and only if isCompatibleWithApiVersion
is
true.public void setReportQuery(ReportQuery reportQuery)
reportQuery - * The ReportQuery representing the selection criteria
for the saved query.
This will be non-null if and only if isCompatibleWithApiVersion
is
true.public Boolean getIsCompatibleWithApiVersion()
true if and only if reportQuery
is non-null.
A saved query will be incompatible with the API if
it uses columns, dimensions, or other
reporting features from the UI that are not available
in the ReportQuery entity.public void setIsCompatibleWithApiVersion(Boolean isCompatibleWithApiVersion)
isCompatibleWithApiVersion - * Whether or not the saved query is compatible with the current
API version.
This will be true if and only if reportQuery
is non-null.
A saved query will be incompatible with the API if
it uses columns, dimensions, or other
reporting features from the UI that are not available
in the ReportQuery entity.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.