public class ClickThroughUrl extends Object implements Serializable
| Constructor and Description |
|---|
ClickThroughUrl() |
ClickThroughUrl(String computedClickThroughUrl,
String customClickThroughUrl,
boolean defaultLandingPageUsed,
long landingPageId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComputedClickThroughUrl()
Gets the computedClickThroughUrl value for this ClickThroughUrl.
|
String |
getCustomClickThroughUrl()
Gets the customClickThroughUrl value for this ClickThroughUrl.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getLandingPageId()
Gets the landingPageId value for this ClickThroughUrl.
|
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() |
boolean |
isDefaultLandingPageUsed()
Gets the defaultLandingPageUsed value for this ClickThroughUrl.
|
void |
setComputedClickThroughUrl(String computedClickThroughUrl)
Sets the computedClickThroughUrl value for this ClickThroughUrl.
|
void |
setCustomClickThroughUrl(String customClickThroughUrl)
Sets the customClickThroughUrl value for this ClickThroughUrl.
|
void |
setDefaultLandingPageUsed(boolean defaultLandingPageUsed)
Sets the defaultLandingPageUsed value for this ClickThroughUrl.
|
void |
setLandingPageId(long landingPageId)
Sets the landingPageId value for this ClickThroughUrl.
|
public String getComputedClickThroughUrl()
public void setComputedClickThroughUrl(String computedClickThroughUrl)
computedClickThroughUrl - public String getCustomClickThroughUrl()
public void setCustomClickThroughUrl(String customClickThroughUrl)
customClickThroughUrl - public boolean isDefaultLandingPageUsed()
public void setDefaultLandingPageUsed(boolean defaultLandingPageUsed)
defaultLandingPageUsed - public long getLandingPageId()
public void setLandingPageId(long landingPageId)
landingPageId - 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.