public class DfaSite extends DfaSiteBase implements Serializable
| Constructor and Description |
|---|
DfaSite() |
DfaSite(long id,
String name,
boolean approved,
long countryId,
DfaSiteContact[] dfaSiteContact,
boolean displayAlternateTextBelowRichMediaCreatives,
boolean existingCookiesIgnored,
boolean explicitApprovalNeeded,
String keyname,
LookbackWindow lookbackWindow,
long networkId,
boolean newCookiesDisabled,
SiteRichMediaSettings richMediaSettings,
long siteDirectorySiteId,
long subnetworkId,
SiteTagSettings tagSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCountryId()
Gets the countryId value for this DfaSite.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DfaSiteContact[] |
getDfaSiteContact()
Gets the dfaSiteContact value for this DfaSite.
|
String |
getKeyname()
Gets the keyname value for this DfaSite.
|
LookbackWindow |
getLookbackWindow()
Gets the lookbackWindow value for this DfaSite.
|
long |
getNetworkId()
Gets the networkId value for this DfaSite.
|
SiteRichMediaSettings |
getRichMediaSettings()
Gets the richMediaSettings value for this DfaSite.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSiteDirectorySiteId()
Gets the siteDirectorySiteId value for this DfaSite.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this DfaSite.
|
SiteTagSettings |
getTagSettings()
Gets the tagSettings value for this DfaSite.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isApproved()
Gets the approved value for this DfaSite.
|
boolean |
isDisplayAlternateTextBelowRichMediaCreatives()
Gets the displayAlternateTextBelowRichMediaCreatives value for this DfaSite.
|
boolean |
isExistingCookiesIgnored()
Gets the existingCookiesIgnored value for this DfaSite.
|
boolean |
isExplicitApprovalNeeded()
Gets the explicitApprovalNeeded value for this DfaSite.
|
boolean |
isNewCookiesDisabled()
Gets the newCookiesDisabled value for this DfaSite.
|
void |
setApproved(boolean approved)
Sets the approved value for this DfaSite.
|
void |
setCountryId(long countryId)
Sets the countryId value for this DfaSite.
|
void |
setDfaSiteContact(DfaSiteContact[] dfaSiteContact)
Sets the dfaSiteContact value for this DfaSite.
|
void |
setDisplayAlternateTextBelowRichMediaCreatives(boolean displayAlternateTextBelowRichMediaCreatives)
Sets the displayAlternateTextBelowRichMediaCreatives value for this DfaSite.
|
void |
setExistingCookiesIgnored(boolean existingCookiesIgnored)
Sets the existingCookiesIgnored value for this DfaSite.
|
void |
setExplicitApprovalNeeded(boolean explicitApprovalNeeded)
Sets the explicitApprovalNeeded value for this DfaSite.
|
void |
setKeyname(String keyname)
Sets the keyname value for this DfaSite.
|
void |
setLookbackWindow(LookbackWindow lookbackWindow)
Sets the lookbackWindow value for this DfaSite.
|
void |
setNetworkId(long networkId)
Sets the networkId value for this DfaSite.
|
void |
setNewCookiesDisabled(boolean newCookiesDisabled)
Sets the newCookiesDisabled value for this DfaSite.
|
void |
setRichMediaSettings(SiteRichMediaSettings richMediaSettings)
Sets the richMediaSettings value for this DfaSite.
|
void |
setSiteDirectorySiteId(long siteDirectorySiteId)
Sets the siteDirectorySiteId value for this DfaSite.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this DfaSite.
|
void |
setTagSettings(SiteTagSettings tagSettings)
Sets the tagSettings value for this DfaSite.
|
public DfaSite()
public DfaSite(long id,
String name,
boolean approved,
long countryId,
DfaSiteContact[] dfaSiteContact,
boolean displayAlternateTextBelowRichMediaCreatives,
boolean existingCookiesIgnored,
boolean explicitApprovalNeeded,
String keyname,
LookbackWindow lookbackWindow,
long networkId,
boolean newCookiesDisabled,
SiteRichMediaSettings richMediaSettings,
long siteDirectorySiteId,
long subnetworkId,
SiteTagSettings tagSettings)
public boolean isApproved()
public void setApproved(boolean approved)
approved - public long getCountryId()
public void setCountryId(long countryId)
countryId - public DfaSiteContact[] getDfaSiteContact()
public void setDfaSiteContact(DfaSiteContact[] dfaSiteContact)
dfaSiteContact - public boolean isDisplayAlternateTextBelowRichMediaCreatives()
public void setDisplayAlternateTextBelowRichMediaCreatives(boolean displayAlternateTextBelowRichMediaCreatives)
displayAlternateTextBelowRichMediaCreatives - public boolean isExistingCookiesIgnored()
public void setExistingCookiesIgnored(boolean existingCookiesIgnored)
existingCookiesIgnored - public boolean isExplicitApprovalNeeded()
public void setExplicitApprovalNeeded(boolean explicitApprovalNeeded)
explicitApprovalNeeded - public String getKeyname()
public void setKeyname(String keyname)
keyname - public LookbackWindow getLookbackWindow()
public void setLookbackWindow(LookbackWindow lookbackWindow)
lookbackWindow - public long getNetworkId()
public void setNetworkId(long networkId)
networkId - public boolean isNewCookiesDisabled()
public void setNewCookiesDisabled(boolean newCookiesDisabled)
newCookiesDisabled - public SiteRichMediaSettings getRichMediaSettings()
public void setRichMediaSettings(SiteRichMediaSettings richMediaSettings)
richMediaSettings - public long getSiteDirectorySiteId()
public void setSiteDirectorySiteId(long siteDirectorySiteId)
siteDirectorySiteId - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - public SiteTagSettings getTagSettings()
public void setTagSettings(SiteTagSettings tagSettings)
tagSettings - public boolean equals(Object obj)
equals in class DfaSiteBasepublic int hashCode()
hashCode in class DfaSiteBasepublic 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.