public class SharedAdUnit extends Object implements Serializable
| Constructor and Description |
|---|
SharedAdUnit() |
SharedAdUnit(Long id,
String name,
String distributorName,
Long contentProviderAdUnitId,
SharedAdUnitStatus status,
TargetPlatform targetPlatform,
AdUnitTargetWindow targetWindow,
AdUnitSize[] adUnitSizes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AdUnitSize[] |
getAdUnitSizes()
Gets the adUnitSizes value for this SharedAdUnit.
|
AdUnitSize |
getAdUnitSizes(int i) |
Long |
getContentProviderAdUnitId()
Gets the contentProviderAdUnitId value for this SharedAdUnit.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDistributorName()
Gets the distributorName value for this SharedAdUnit.
|
Long |
getId()
Gets the id value for this SharedAdUnit.
|
String |
getName()
Gets the name value for this SharedAdUnit.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SharedAdUnitStatus |
getStatus()
Gets the status value for this SharedAdUnit.
|
TargetPlatform |
getTargetPlatform()
Gets the targetPlatform value for this SharedAdUnit.
|
AdUnitTargetWindow |
getTargetWindow()
Gets the targetWindow value for this SharedAdUnit.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdUnitSizes(AdUnitSize[] adUnitSizes)
Sets the adUnitSizes value for this SharedAdUnit.
|
void |
setAdUnitSizes(int i,
AdUnitSize _value) |
void |
setContentProviderAdUnitId(Long contentProviderAdUnitId)
Sets the contentProviderAdUnitId value for this SharedAdUnit.
|
void |
setDistributorName(String distributorName)
Sets the distributorName value for this SharedAdUnit.
|
void |
setId(Long id)
Sets the id value for this SharedAdUnit.
|
void |
setName(String name)
Sets the name value for this SharedAdUnit.
|
void |
setStatus(SharedAdUnitStatus status)
Sets the status value for this SharedAdUnit.
|
void |
setTargetPlatform(TargetPlatform targetPlatform)
Sets the targetPlatform value for this SharedAdUnit.
|
void |
setTargetWindow(AdUnitTargetWindow targetWindow)
Sets the targetWindow value for this SharedAdUnit.
|
public SharedAdUnit()
public SharedAdUnit(Long id, String name, String distributorName, Long contentProviderAdUnitId, SharedAdUnitStatus status, TargetPlatform targetPlatform, AdUnitTargetWindow targetWindow, AdUnitSize[] adUnitSizes)
public Long getId()
public void setId(Long id)
id - * The ID of the shared ad unit.public String getName()
public void setName(String name)
name - * The name of the shared ad unit.public String getDistributorName()
public void setDistributorName(String distributorName)
distributorName - * The name of the distribution partner's network name.public Long getContentProviderAdUnitId()
AdUnit, in the content provider network,
that this shared ad unit
is linked to. If the shared ad unit was never approved,
this value will be null, as
there will be no corresponding ad unit within the
content provider network.public void setContentProviderAdUnitId(Long contentProviderAdUnitId)
contentProviderAdUnitId - * The ID of the AdUnit, in the content provider network,
that this shared ad unit
is linked to. If the shared ad unit was never approved,
this value will be null, as
there will be no corresponding ad unit within the
content provider network.public SharedAdUnitStatus getStatus()
public void setStatus(SharedAdUnitStatus status)
status - * The status of the shared ad unit.public TargetPlatform getTargetPlatform()
public void setTargetPlatform(TargetPlatform targetPlatform)
targetPlatform - * The target platform of the ad unit being shared.public AdUnitTargetWindow getTargetWindow()
public void setTargetWindow(AdUnitTargetWindow targetWindow)
targetWindow - * The target window of the ad unit being shared.public AdUnitSize[] getAdUnitSizes()
public void setAdUnitSizes(AdUnitSize[] adUnitSizes)
adUnitSizes - * The sizes of the ad unit being shared.public AdUnitSize getAdUnitSizes(int i)
public void setAdUnitSizes(int i,
AdUnitSize _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.