public class ThirdPartyAudienceSegment extends AudienceSegment
ThirdPartyAudienceSegment is an AudienceSegment owned by a data provider and
licensed to the DFP publisher.
Java class for ThirdPartyAudienceSegment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThirdPartyAudienceSegment">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}AudienceSegment">
<sequence>
<element name="approvalStatus" type="{https://www.google.com/apis/ads/publisher/v201708}ThirdPartyAudienceSegment.AudienceSegmentApprovalStatus" minOccurs="0"/>
<element name="cost" type="{https://www.google.com/apis/ads/publisher/v201708}Money" minOccurs="0"/>
<element name="licenseType" type="{https://www.google.com/apis/ads/publisher/v201708}ThirdPartyAudienceSegment.LicenseType" minOccurs="0"/>
<element name="startDateTime" type="{https://www.google.com/apis/ads/publisher/v201708}DateTime" minOccurs="0"/>
<element name="endDateTime" type="{https://www.google.com/apis/ads/publisher/v201708}DateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus |
approvalStatus |
protected Money |
cost |
protected DateTime |
endDateTime |
protected ThirdPartyAudienceSegmentLicenseType |
licenseType |
protected DateTime |
startDateTime |
adIdSize, categoryIds, dataProvider, description, id, idfaSize, mobileWebSize, name, size, status, type| Constructor and Description |
|---|
ThirdPartyAudienceSegment() |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus |
getApprovalStatus()
Gets the value of the approvalStatus property.
|
Money |
getCost()
Gets the value of the cost property.
|
DateTime |
getEndDateTime()
Gets the value of the endDateTime property.
|
ThirdPartyAudienceSegmentLicenseType |
getLicenseType()
Gets the value of the licenseType property.
|
DateTime |
getStartDateTime()
Gets the value of the startDateTime property.
|
void |
setApprovalStatus(ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus value)
Sets the value of the approvalStatus property.
|
void |
setCost(Money value)
Sets the value of the cost property.
|
void |
setEndDateTime(DateTime value)
Sets the value of the endDateTime property.
|
void |
setLicenseType(ThirdPartyAudienceSegmentLicenseType value)
Sets the value of the licenseType property.
|
void |
setStartDateTime(DateTime value)
Sets the value of the startDateTime property.
|
getAdIdSize, getCategoryIds, getDataProvider, getDescription, getId, getIdfaSize, getMobileWebSize, getName, getSize, getStatus, getType, setAdIdSize, setDataProvider, setDescription, setId, setIdfaSize, setMobileWebSize, setName, setSize, setStatus, setTypeprotected ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus approvalStatus
protected Money cost
protected ThirdPartyAudienceSegmentLicenseType licenseType
protected DateTime startDateTime
protected DateTime endDateTime
public ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus getApprovalStatus()
ThirdPartyAudienceSegmentAudienceSegmentApprovalStatuspublic void setApprovalStatus(ThirdPartyAudienceSegmentAudienceSegmentApprovalStatus value)
value - allowed object is
ThirdPartyAudienceSegmentAudienceSegmentApprovalStatuspublic Money getCost()
Moneypublic void setCost(Money value)
value - allowed object is
Moneypublic ThirdPartyAudienceSegmentLicenseType getLicenseType()
ThirdPartyAudienceSegmentLicenseTypepublic void setLicenseType(ThirdPartyAudienceSegmentLicenseType value)
value - allowed object is
ThirdPartyAudienceSegmentLicenseTypepublic DateTime getStartDateTime()
DateTimepublic void setStartDateTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getEndDateTime()
DateTimeCopyright © 2018. All Rights Reserved.