com.google.api.ads.dfp.axis.v201208
Class SuggestedAdUnitAction

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.SuggestedAdUnitAction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApproveSuggestedAdUnit

public abstract class SuggestedAdUnitAction
extends Object
implements Serializable

Represents the actions that can be performed on SuggestedAdUnit objects.

See Also:
Serialized Form

Constructor Summary
SuggestedAdUnitAction()
           
SuggestedAdUnitAction(String suggestedAdUnitActionType)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 String getSuggestedAdUnitActionType()
          Gets the suggestedAdUnitActionType value for this SuggestedAdUnitAction.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setSuggestedAdUnitActionType(String suggestedAdUnitActionType)
          Sets the suggestedAdUnitActionType value for this SuggestedAdUnitAction.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestedAdUnitAction

public SuggestedAdUnitAction()

SuggestedAdUnitAction

public SuggestedAdUnitAction(String suggestedAdUnitActionType)
Method Detail

getSuggestedAdUnitActionType

public String getSuggestedAdUnitActionType()
Gets the suggestedAdUnitActionType value for this SuggestedAdUnitAction.

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

setSuggestedAdUnitActionType

public void setSuggestedAdUnitActionType(String suggestedAdUnitActionType)
Sets the suggestedAdUnitActionType value for this SuggestedAdUnitAction.

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