public class ThirdPartyMeasurementSettings extends Object implements Serializable
| Constructor and Description |
|---|
ThirdPartyMeasurementSettings() |
ThirdPartyMeasurementSettings(ThirdPartyViewabilityIntegrationPartner viewabilityPartner,
String viewabilityClientId,
String viewabilityReportingId,
ThirdPartyReachIntegrationPartner reachPartner,
String reachClientId,
String reachReportingId,
ThirdPartyReachIntegrationPartner publisherReachPartner,
String publisherReachClientId,
String publisherReachReportingId) |
| 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
|
String |
getPublisherReachClientId()
Gets the publisherReachClientId value for this ThirdPartyMeasurementSettings.
|
ThirdPartyReachIntegrationPartner |
getPublisherReachPartner()
Gets the publisherReachPartner value for this ThirdPartyMeasurementSettings.
|
String |
getPublisherReachReportingId()
Gets the publisherReachReportingId value for this ThirdPartyMeasurementSettings.
|
String |
getReachClientId()
Gets the reachClientId value for this ThirdPartyMeasurementSettings.
|
ThirdPartyReachIntegrationPartner |
getReachPartner()
Gets the reachPartner value for this ThirdPartyMeasurementSettings.
|
String |
getReachReportingId()
Gets the reachReportingId value for this ThirdPartyMeasurementSettings.
|
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 |
getViewabilityClientId()
Gets the viewabilityClientId value for this ThirdPartyMeasurementSettings.
|
ThirdPartyViewabilityIntegrationPartner |
getViewabilityPartner()
Gets the viewabilityPartner value for this ThirdPartyMeasurementSettings.
|
String |
getViewabilityReportingId()
Gets the viewabilityReportingId value for this ThirdPartyMeasurementSettings.
|
int |
hashCode() |
void |
setPublisherReachClientId(String publisherReachClientId)
Sets the publisherReachClientId value for this ThirdPartyMeasurementSettings.
|
void |
setPublisherReachPartner(ThirdPartyReachIntegrationPartner publisherReachPartner)
Sets the publisherReachPartner value for this ThirdPartyMeasurementSettings.
|
void |
setPublisherReachReportingId(String publisherReachReportingId)
Sets the publisherReachReportingId value for this ThirdPartyMeasurementSettings.
|
void |
setReachClientId(String reachClientId)
Sets the reachClientId value for this ThirdPartyMeasurementSettings.
|
void |
setReachPartner(ThirdPartyReachIntegrationPartner reachPartner)
Sets the reachPartner value for this ThirdPartyMeasurementSettings.
|
void |
setReachReportingId(String reachReportingId)
Sets the reachReportingId value for this ThirdPartyMeasurementSettings.
|
void |
setViewabilityClientId(String viewabilityClientId)
Sets the viewabilityClientId value for this ThirdPartyMeasurementSettings.
|
void |
setViewabilityPartner(ThirdPartyViewabilityIntegrationPartner viewabilityPartner)
Sets the viewabilityPartner value for this ThirdPartyMeasurementSettings.
|
void |
setViewabilityReportingId(String viewabilityReportingId)
Sets the viewabilityReportingId value for this ThirdPartyMeasurementSettings.
|
String |
toString() |
public ThirdPartyMeasurementSettings()
public ThirdPartyMeasurementSettings(ThirdPartyViewabilityIntegrationPartner viewabilityPartner, String viewabilityClientId, String viewabilityReportingId, ThirdPartyReachIntegrationPartner reachPartner, String reachClientId, String reachReportingId, ThirdPartyReachIntegrationPartner publisherReachPartner, String publisherReachClientId, String publisherReachReportingId)
public ThirdPartyViewabilityIntegrationPartner getViewabilityPartner()
public void setViewabilityPartner(ThirdPartyViewabilityIntegrationPartner viewabilityPartner)
viewabilityPartner - * A field to determine the type of ThirdPartyViewabilityIntegrationPartner.
This field default is
NONE.public String getViewabilityClientId()
public void setViewabilityClientId(String viewabilityClientId)
viewabilityClientId - * The third party partner id for YouTube viewability verification.public String getViewabilityReportingId()
public void setViewabilityReportingId(String viewabilityReportingId)
viewabilityReportingId - * The reporting id that maps viewability partner data with a
campaign (or a group of related
campaigns) specific data.public ThirdPartyReachIntegrationPartner getReachPartner()
public void setReachPartner(ThirdPartyReachIntegrationPartner reachPartner)
reachPartner - * A field to determine the type of advertiser's ThirdPartyReachIntegrationPartner.
This field
default is UNKNOWN.public String getReachClientId()
public void setReachClientId(String reachClientId)
reachClientId - * The third party partner id for YouTube reach verification for
advertiser.public String getReachReportingId()
public void setReachReportingId(String reachReportingId)
reachReportingId - * The reporting id that maps reach partner data with a campaign
(or a group of related campaigns)
specific data for advertiser.public ThirdPartyReachIntegrationPartner getPublisherReachPartner()
public void setPublisherReachPartner(ThirdPartyReachIntegrationPartner publisherReachPartner)
publisherReachPartner - * A field to determine the type of publisher's ThirdPartyReachIntegrationPartner.
This field
default is UNKNOWN.public String getPublisherReachClientId()
public void setPublisherReachClientId(String publisherReachClientId)
publisherReachClientId - * The third party partner id for YouTube reach verification for
publisher.public String getPublisherReachReportingId()
public void setPublisherReachReportingId(String publisherReachReportingId)
publisherReachReportingId - * The reporting id that maps reach partner data with a campaign
(or a group of related campaigns)
specific data for publisher.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.