public class CreativePlacementAssignment extends Object implements Serializable
| Constructor and Description |
|---|
CreativePlacementAssignment() |
CreativePlacementAssignment(String adName,
long creativeId,
long placementId,
long[] placementIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdName()
Gets the adName value for this CreativePlacementAssignment.
|
long |
getCreativeId()
Gets the creativeId value for this CreativePlacementAssignment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getPlacementId()
Gets the placementId value for this CreativePlacementAssignment.
|
long[] |
getPlacementIds()
Gets the placementIds value for this CreativePlacementAssignment.
|
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 |
setAdName(String adName)
Sets the adName value for this CreativePlacementAssignment.
|
void |
setCreativeId(long creativeId)
Sets the creativeId value for this CreativePlacementAssignment.
|
void |
setPlacementId(long placementId)
Sets the placementId value for this CreativePlacementAssignment.
|
void |
setPlacementIds(long[] placementIds)
Sets the placementIds value for this CreativePlacementAssignment.
|
public CreativePlacementAssignment()
public CreativePlacementAssignment(String adName, long creativeId, long placementId, long[] placementIds)
public String getAdName()
public void setAdName(String adName)
adName - public long getCreativeId()
public void setCreativeId(long creativeId)
creativeId - public long getPlacementId()
public void setPlacementId(long placementId)
placementId - public long[] getPlacementIds()
public void setPlacementIds(long[] placementIds)
placementIds - 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.