|
||||||||||
| 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
com.google.api.ads.adwords.v201109.cm.BulkMutateJobSelector
public class BulkMutateJobSelector
Specifies additional criteria for selecting bulk mutate jobs.
| Constructor Summary | |
|---|---|
BulkMutateJobSelector()
|
|
BulkMutateJobSelector(Boolean includeHistory,
Boolean includeStats,
String jobSelectorType,
long[] jobIds,
BasicJobStatus[] jobStatuses,
Integer resultPartIndex)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long[] |
getJobIds()
Gets the jobIds value for this BulkMutateJobSelector. |
long |
getJobIds(int i)
|
BasicJobStatus[] |
getJobStatuses()
Gets the jobStatuses value for this BulkMutateJobSelector. |
BasicJobStatus |
getJobStatuses(int i)
|
Integer |
getResultPartIndex()
Gets the resultPartIndex value for this BulkMutateJobSelector. |
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 |
setJobIds(int i,
long _value)
|
void |
setJobIds(long[] jobIds)
Sets the jobIds value for this BulkMutateJobSelector. |
void |
setJobStatuses(BasicJobStatus[] jobStatuses)
Sets the jobStatuses value for this BulkMutateJobSelector. |
void |
setJobStatuses(int i,
BasicJobStatus _value)
|
void |
setResultPartIndex(Integer resultPartIndex)
Sets the resultPartIndex value for this BulkMutateJobSelector. |
| Methods inherited from class com.google.api.ads.adwords.v201109.cm.JobSelector |
|---|
getIncludeHistory, getIncludeStats, getJobSelectorType, setIncludeHistory, setIncludeStats, setJobSelectorType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkMutateJobSelector()
public BulkMutateJobSelector(Boolean includeHistory,
Boolean includeStats,
String jobSelectorType,
long[] jobIds,
BasicJobStatus[] jobStatuses,
Integer resultPartIndex)
| Method Detail |
|---|
public long[] getJobIds()
null elements.public void setJobIds(long[] jobIds)
jobIds - * The list of jobs, specified by IDs, to be selected.
This
field must contain distinct elements.
This
field must not contain null elements.public long getJobIds(int i)
public void setJobIds(int i,
long _value)
public BasicJobStatus[] getJobStatuses()
null elements.public void setJobStatuses(BasicJobStatus[] jobStatuses)
jobStatuses - * Only jobs having these statuses are selected. If omitted, it
indicates
that all jobs statuses should be selected.
This
field must contain distinct elements.
This
field must not contain null elements.public BasicJobStatus getJobStatuses(int i)
public void setJobStatuses(int i,
BasicJobStatus _value)
public Integer getResultPartIndex()
null indicates that no result part is
to be included.
Only set this field if the selector specifies
exactly one job using
jobIds (a request part can be retrieved
for only one job at a
time).
public void setResultPartIndex(Integer resultPartIndex)
resultPartIndex - * The index of the result part to include with in the returned
jobs.
null indicates that no result part is
to be included.
Only set this field if the selector specifies
exactly one job using
jobIds (a request part can be retrieved
for only one job at a
time).
public boolean equals(Object obj)
equals in class JobSelectorpublic int hashCode()
hashCode in class JobSelectorpublic 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 | |||||||||