public class ClickCommandInfo extends Object implements Serializable
| Constructor and Description |
|---|
ClickCommandInfo() |
ClickCommandInfo(AdBase ad,
String clickCommand,
PlacementBase placement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AdBase |
getAd()
Gets the ad value for this ClickCommandInfo.
|
String |
getClickCommand()
Gets the clickCommand value for this ClickCommandInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
PlacementBase |
getPlacement()
Gets the placement value for this ClickCommandInfo.
|
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 |
setAd(AdBase ad)
Sets the ad value for this ClickCommandInfo.
|
void |
setClickCommand(String clickCommand)
Sets the clickCommand value for this ClickCommandInfo.
|
void |
setPlacement(PlacementBase placement)
Sets the placement value for this ClickCommandInfo.
|
public ClickCommandInfo()
public ClickCommandInfo(AdBase ad, String clickCommand, PlacementBase placement)
public AdBase getAd()
public void setAd(AdBase ad)
ad - public String getClickCommand()
public void setClickCommand(String clickCommand)
clickCommand - public PlacementBase getPlacement()
public void setPlacement(PlacementBase placement)
placement - 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.