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

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.Operation
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdExtensionOverrideOperation, AdGroupAdOperation, AdGroupCriterionOperation, AdGroupOperation, AdParamOperation, CampaignAdExtensionOperation, CampaignCriterionOperation, CampaignOperation, CampaignTargetOperation, ConversionTrackerOperation, CreateAccountOperation, ExperimentOperation, JobOperation, UserListOperation

public abstract class Operation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Operation()
           
Operation(Operator operator, String operationType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getOperationType()
          Gets the operationType value for this Operation.
 Operator getOperator()
          Gets the operator value for this Operation.
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 setOperationType(String operationType)
          Sets the operationType value for this Operation.
 void setOperator(Operator operator)
          Sets the operator value for this Operation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operation

public Operation()

Operation

public Operation(Operator operator,
                 String operationType)
Method Detail

getOperator

public Operator getOperator()
Gets the operator value for this Operation.

Returns:
operator * This field is required and should not be null.

setOperator

public void setOperator(Operator operator)
Sets the operator value for this Operation.

Parameters:
operator - * This field is required and should not be null.

getOperationType

public String getOperationType()
Gets the operationType value for this Operation.

Returns:
operationType * Indicates that this instance is a subtype of Operation. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

setOperationType

public void setOperationType(String operationType)
Sets the operationType value for this Operation.

Parameters:
operationType - * Indicates that this instance is a subtype of Operation. 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.