public class ReportJob extends Object implements Serializable
| Constructor and Description |
|---|
ReportJob() |
ReportJob(Long id,
ReportQuery reportQuery) |
| 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.
|
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 |
setReportQuery(ReportQuery reportQuery)
Sets the reportQuery value for this ReportJob.
|
String |
toString() |
public ReportJob()
public ReportJob(Long id, ReportQuery reportQuery)
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 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.