public class Site extends SiteBase implements Serializable
| Constructor and Description |
|---|
Site() |
Site(long id,
String name,
boolean acceptingInterstitialPlacements,
boolean acceptingMobilePlacements,
boolean acceptingPublisherPaidPlacements,
boolean active,
long[] inpageTagSettings,
long[] interstitialTagSettings,
String[] urls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getInpageTagSettings()
Gets the inpageTagSettings value for this Site.
|
long[] |
getInterstitialTagSettings()
Gets the interstitialTagSettings value for this Site.
|
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
|
String[] |
getUrls()
Gets the urls value for this Site.
|
int |
hashCode() |
boolean |
isAcceptingInterstitialPlacements()
Gets the acceptingInterstitialPlacements value for this Site.
|
boolean |
isAcceptingMobilePlacements()
Gets the acceptingMobilePlacements value for this Site.
|
boolean |
isAcceptingPublisherPaidPlacements()
Gets the acceptingPublisherPaidPlacements value for this Site.
|
boolean |
isActive()
Gets the active value for this Site.
|
void |
setAcceptingInterstitialPlacements(boolean acceptingInterstitialPlacements)
Sets the acceptingInterstitialPlacements value for this Site.
|
void |
setAcceptingMobilePlacements(boolean acceptingMobilePlacements)
Sets the acceptingMobilePlacements value for this Site.
|
void |
setAcceptingPublisherPaidPlacements(boolean acceptingPublisherPaidPlacements)
Sets the acceptingPublisherPaidPlacements value for this Site.
|
void |
setActive(boolean active)
Sets the active value for this Site.
|
void |
setInpageTagSettings(long[] inpageTagSettings)
Sets the inpageTagSettings value for this Site.
|
void |
setInterstitialTagSettings(long[] interstitialTagSettings)
Sets the interstitialTagSettings value for this Site.
|
void |
setUrls(String[] urls)
Sets the urls value for this Site.
|
public boolean isAcceptingInterstitialPlacements()
public void setAcceptingInterstitialPlacements(boolean acceptingInterstitialPlacements)
acceptingInterstitialPlacements - public boolean isAcceptingMobilePlacements()
public void setAcceptingMobilePlacements(boolean acceptingMobilePlacements)
acceptingMobilePlacements - public boolean isAcceptingPublisherPaidPlacements()
public void setAcceptingPublisherPaidPlacements(boolean acceptingPublisherPaidPlacements)
acceptingPublisherPaidPlacements - public boolean isActive()
public void setActive(boolean active)
active - public long[] getInpageTagSettings()
public void setInpageTagSettings(long[] inpageTagSettings)
inpageTagSettings - public long[] getInterstitialTagSettings()
public void setInterstitialTagSettings(long[] interstitialTagSettings)
interstitialTagSettings - public String[] getUrls()
public void setUrls(String[] urls)
urls - 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.