public class ReportJob extends Object implements Serializable
| Constructor and Description |
|---|
ReportJob() |
ReportJob(Long id,
ReportQuery reportQuery,
ReportJobStatus reportJobStatus) |
| 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 ReportJob.
|
ReportJobStatus |
getReportJobStatus()
Gets the reportJobStatus value for this ReportJob.
|
ReportQuery |
getReportQuery()
Gets the reportQuery value for this ReportJob.
|
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 ReportJob.
|
void |
setReportJobStatus(ReportJobStatus reportJobStatus)
Sets the reportJobStatus value for this ReportJob.
|
void |
setReportQuery(ReportQuery reportQuery)
Sets the reportQuery value for this ReportJob.
|
public ReportJob()
public ReportJob(Long id, ReportQuery reportQuery, ReportJobStatus reportJobStatus)
public Long getId()
ReportJob. This value is read-only
and is
assigned by Google.public void setId(Long id)
id - * The unique ID of the ReportJob. This value is read-only
and is
assigned by Google.public ReportQuery getReportQuery()
public void setReportQuery(ReportQuery reportQuery)
reportQuery - * Holds the filtering criteria.public ReportJobStatus getReportJobStatus()
ReportJob. This attribute is read-only
and is
assigned by Google.public void setReportJobStatus(ReportJobStatus reportJobStatus)
reportJobStatus - * The status of the ReportJob. This attribute is read-only
and is
assigned by Google.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.