com.google.api.ads.adwords.v201109.cm
Class JobSelector

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.JobSelector
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BulkMutateJobSelector

public abstract class JobSelector
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

JobSelector

public JobSelector()

JobSelector

public JobSelector(Boolean includeHistory,
                   Boolean includeStats,
                   String jobSelectorType)
Method Detail

getIncludeHistory

public Boolean getIncludeHistory()
Gets the includeHistory value for this JobSelector.

Returns:
includeHistory * Indicates if the event history should be included in the each of the returned jobs.

setIncludeHistory

public void setIncludeHistory(Boolean includeHistory)
Sets the includeHistory value for this JobSelector.

Parameters:
includeHistory - * Indicates if the event history should be included in the each of the returned jobs.

getIncludeStats

public Boolean getIncludeStats()
Gets the includeStats value for this JobSelector.

Returns:
includeStats * Indicates if the processing statistics should be included in the each of the returned jobs.

setIncludeStats

public void setIncludeStats(Boolean includeStats)
Sets the includeStats value for this JobSelector.

Parameters:
includeStats - * Indicates if the processing statistics should be included in the each of the returned jobs.

getJobSelectorType

public String getJobSelectorType()
Gets the jobSelectorType value for this JobSelector.

Returns:
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.

setJobSelectorType

public void setJobSelectorType(String jobSelectorType)
Sets the jobSelectorType value for this JobSelector.

Parameters:
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.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.