|
||||||||||
| 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.BulkMutateRequest
public class BulkMutateRequest
A request part of a BulkMutateJob.
| Constructor Summary | |
|---|---|
BulkMutateRequest()
|
|
BulkMutateRequest(Integer partIndex,
OperationStream[] operationStreams)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
OperationStream[] |
getOperationStreams()
Gets the operationStreams value for this BulkMutateRequest. |
OperationStream |
getOperationStreams(int i)
|
Integer |
getPartIndex()
Gets the partIndex value for this BulkMutateRequest. |
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 |
setOperationStreams(int i,
OperationStream _value)
|
void |
setOperationStreams(OperationStream[] operationStreams)
Sets the operationStreams value for this BulkMutateRequest. |
void |
setPartIndex(Integer partIndex)
Sets the partIndex value for this BulkMutateRequest. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkMutateRequest()
public BulkMutateRequest(Integer partIndex,
OperationStream[] operationStreams)
| Method Detail |
|---|
public Integer getPartIndex()
partIndex < numRequestParts.
This field is required
and should not be null.public void setPartIndex(Integer partIndex)
partIndex - * Index of this request part. 0 ≤ partIndex < numRequestParts.
This field is required
and should not be null.public OperationStream[] getOperationStreams()
null elements.
This field must
contain at least one element.
This field is required
and should not be null.public void setOperationStreams(OperationStream[] operationStreams)
operationStreams - * This field must not
contain null elements.
This field must
contain at least one element.
This field is required
and should not be null.public OperationStream getOperationStreams(int i)
public void setOperationStreams(int i,
OperationStream _value)
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 | |||||||||