|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201204.ReportJob
public class ReportJob
Represents a report job that will be run to retrieve performance and statistics information about ad campaigns, networks, inventory and sales.
| Constructor Summary | |
|---|---|
ReportJob()
|
|
ReportJob(Long id,
ReportQuery reportQuery,
ReportJobStatus reportJobStatus)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportJob()
public ReportJob(Long id,
ReportQuery reportQuery,
ReportJobStatus reportJobStatus)
| Method Detail |
|---|
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 boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||