|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.JobSelector
public abstract class JobSelector
For selecting jobs whose information will be returned from a get method call of a job service.
The selector is immutable so use the inner Builder class to create one.
| Constructor Summary | |
|---|---|
JobSelector()
|
|
JobSelector(Boolean includeHistory,
Boolean includeStats,
String jobSelectorType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getIncludeHistory()
Gets the includeHistory value for this JobSelector. |
Boolean |
getIncludeStats()
Gets the includeStats value for this JobSelector. |
String |
getJobSelectorType()
Gets the jobSelectorType value for this JobSelector. |
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 |
setIncludeHistory(Boolean includeHistory)
Sets the includeHistory value for this JobSelector. |
void |
setIncludeStats(Boolean includeStats)
Sets the includeStats value for this JobSelector. |
void |
setJobSelectorType(String jobSelectorType)
Sets the jobSelectorType value for this JobSelector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobSelector()
public JobSelector(Boolean includeHistory,
Boolean includeStats,
String jobSelectorType)
| Method Detail |
|---|
public Boolean getIncludeHistory()
public void setIncludeHistory(Boolean includeHistory)
includeHistory - * Indicates if the event history should be included in the each
of the
returned jobs.public Boolean getIncludeStats()
public void setIncludeStats(Boolean includeStats)
includeStats - * Indicates if the processing statistics should be included in
the each of
the returned jobs.public String getJobSelectorType()
public void setJobSelectorType(String jobSelectorType)
jobSelectorType - * Indicates that this instance is a subtype of JobSelector.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.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 | |||||||||