public class AdUnitParent extends Object implements Serializable
AdUnit.| Constructor and Description |
|---|
AdUnitParent() |
AdUnitParent(String id,
String name,
String adUnitCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdUnitCode()
Gets the adUnitCode value for this AdUnitParent.
|
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 |
setAdUnitCode(String adUnitCode)
Sets the adUnitCode value for this AdUnitParent.
|
void |
setId(String id)
Sets the id value for this AdUnitParent.
|
void |
setName(String name)
Sets the name value for this AdUnitParent.
|
String |
toString() |
public String getId()
AdUnit. This value is readonly
and is populated by Google.public void setId(String id)
id - * The ID of the parent AdUnit. This value is readonly
and is populated by Google.public String getName()
AdUnit. This value is readonly
and is populated by Google.public void setName(String name)
name - * The name of the parent AdUnit. This value is readonly
and is populated by Google.public String getAdUnitCode()
public void setAdUnitCode(String adUnitCode)
adUnitCode - * A string used to uniquely identify the ad unit for the purposes
of serving the ad. This
attribute is read-only and is assigned by Google when
an ad unit is created.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.