com.google.api.ads.dfp.axis.v201201
Class LabelAction

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201201.LabelAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivateLabels, DeactivateLabels

public abstract class LabelAction
extends Object
implements Serializable

Represents the actions that can be performed on Label objects.

See Also:
Serialized Form

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

Constructor Detail

LabelAction

public LabelAction()

LabelAction

public LabelAction(String labelActionType)
Method Detail

getLabelActionType

public String getLabelActionType()
Gets the labelActionType value for this LabelAction.

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

setLabelActionType

public void setLabelActionType(String labelActionType)
Sets the labelActionType value for this LabelAction.

Parameters:
labelActionType - * Indicates that this instance is a subtype of LabelAction. 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 © 2012. All Rights Reserved.