public class ViewabilityProvider extends Object implements Serializable
Company of Type VIEWABILITY_PROVIDER.
It contains all of the
data needed to capture viewability metrics.| Constructor and Description |
|---|
ViewabilityProvider() |
ViewabilityProvider(String vendorKey,
String verificationScriptUrl,
String verificationParameters,
String verificationRejectionTrackerUrl) |
| 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
|
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 |
getVendorKey()
Gets the vendorKey value for this ViewabilityProvider.
|
String |
getVerificationParameters()
Gets the verificationParameters value for this ViewabilityProvider.
|
String |
getVerificationRejectionTrackerUrl()
Gets the verificationRejectionTrackerUrl value for this ViewabilityProvider.
|
String |
getVerificationScriptUrl()
Gets the verificationScriptUrl value for this ViewabilityProvider.
|
int |
hashCode() |
void |
setVendorKey(String vendorKey)
Sets the vendorKey value for this ViewabilityProvider.
|
void |
setVerificationParameters(String verificationParameters)
Sets the verificationParameters value for this ViewabilityProvider.
|
void |
setVerificationRejectionTrackerUrl(String verificationRejectionTrackerUrl)
Sets the verificationRejectionTrackerUrl value for this ViewabilityProvider.
|
void |
setVerificationScriptUrl(String verificationScriptUrl)
Sets the verificationScriptUrl value for this ViewabilityProvider.
|
String |
toString() |
public String getVendorKey()
public void setVendorKey(String vendorKey)
vendorKey - * The key for this ad verification vendor.public String getVerificationScriptUrl()
public void setVerificationScriptUrl(String verificationScriptUrl)
verificationScriptUrl - * The URL that hosts the verification script for this vendor.public String getVerificationParameters()
public void setVerificationParameters(String verificationParameters)
verificationParameters - * The parameters that will be passed to the verification script.public String getVerificationRejectionTrackerUrl()
public void setVerificationRejectionTrackerUrl(String verificationRejectionTrackerUrl)
verificationRejectionTrackerUrl - * The URL that should be pinged if the verification script cannot
be run.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.