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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.BulkMutateRequest
All Implemented Interfaces:
Serializable

public class BulkMutateRequest
extends Object
implements Serializable

A request part of a BulkMutateJob.

See Also:
Serialized Form

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

BulkMutateRequest

public BulkMutateRequest()

BulkMutateRequest

public BulkMutateRequest(Integer partIndex,
                         OperationStream[] operationStreams)
Method Detail

getPartIndex

public Integer getPartIndex()
Gets the partIndex value for this BulkMutateRequest.

Returns:
partIndex * Index of this request part. 0 ≤ partIndex < numRequestParts. This field is required and should not be null.

setPartIndex

public void setPartIndex(Integer partIndex)
Sets the partIndex value for this BulkMutateRequest.

Parameters:
partIndex - * Index of this request part. 0 ≤ partIndex < numRequestParts. This field is required and should not be null.

getOperationStreams

public OperationStream[] getOperationStreams()
Gets the operationStreams value for this BulkMutateRequest.

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

setOperationStreams

public void setOperationStreams(OperationStream[] operationStreams)
Sets the operationStreams value for this BulkMutateRequest.

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

getOperationStreams

public OperationStream getOperationStreams(int i)

setOperationStreams

public void setOperationStreams(int i,
                                OperationStream _value)

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.