com.google.api.ads.dfp.v201111
Class AdUnitAction

java.lang.Object
  extended by com.google.api.ads.dfp.v201111.AdUnitAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivateAdUnits, ArchiveAdUnits, AssignAdUnitsToPlacement, DeactivateAdUnits

public abstract class AdUnitAction
extends Object
implements Serializable

Represents the actions that can be performed on AdUnit objects.

See Also:
Serialized Form

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

Constructor Detail

AdUnitAction

public AdUnitAction()

AdUnitAction

public AdUnitAction(String adUnitActionType)
Method Detail

getAdUnitActionType

public String getAdUnitActionType()
Gets the adUnitActionType value for this AdUnitAction.

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

setAdUnitActionType

public void setAdUnitActionType(String adUnitActionType)
Sets the adUnitActionType value for this AdUnitAction.

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