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

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.AdUnitParent
All Implemented Interfaces:
Serializable

public class AdUnitParent
extends Object
implements Serializable

The summary of a parent AdUnit.

See Also:
Serialized Form

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

Constructor Detail

AdUnitParent

public AdUnitParent()

AdUnitParent

public AdUnitParent(String id,
                    String name)
Method Detail

getId

public String getId()
Gets the id value for this AdUnitParent.

Returns:
id * The ID of the parent AdUnit. This value is readonly and is populated by Google.

setId

public void setId(String id)
Sets the id value for this AdUnitParent.

Parameters:
id - * The ID of the parent AdUnit. This value is readonly and is populated by Google.

getName

public String getName()
Gets the name value for this AdUnitParent.

Returns:
name * The name of the parent AdUnit. This value is readonly and is populated by Google.

setName

public void setName(String name)
Sets the name value for this AdUnitParent.

Parameters:
name - * The name of the parent AdUnit. This value is readonly and is populated by Google.

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.