public class FeedItemPolicySummary extends PolicySummaryInfo
Java class for FeedItemPolicySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemPolicySummary">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}PolicySummaryInfo">
<sequence>
<element name="feedMappingId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="validationStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemValidationStatus" minOccurs="0"/>
<element name="validationErrors" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemAttributeError" maxOccurs="unbounded" minOccurs="0"/>
<element name="qualityApprovalStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemQualityApprovalStatus" minOccurs="0"/>
<element name="qualityDisapprovalReasons" type="{https://adwords.google.com/api/adwords/cm/v201809}FeedItemQualityDisapprovalReasons" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
feedMappingId |
protected FeedItemQualityApprovalStatus |
qualityApprovalStatus |
protected List<FeedItemQualityDisapprovalReasons> |
qualityDisapprovalReasons |
protected List<FeedItemAttributeError> |
validationErrors |
protected FeedItemValidationStatus |
validationStatus |
combinedApprovalStatus, denormalizedStatus, policySummaryInfoType, policyTopicEntries, reviewState| Constructor and Description |
|---|
FeedItemPolicySummary() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFeedMappingId()
Gets the value of the feedMappingId property.
|
FeedItemQualityApprovalStatus |
getQualityApprovalStatus()
Gets the value of the qualityApprovalStatus property.
|
List<FeedItemQualityDisapprovalReasons> |
getQualityDisapprovalReasons()
Gets the value of the qualityDisapprovalReasons property.
|
List<FeedItemAttributeError> |
getValidationErrors()
Gets the value of the validationErrors property.
|
FeedItemValidationStatus |
getValidationStatus()
Gets the value of the validationStatus property.
|
void |
setFeedMappingId(Long value)
Sets the value of the feedMappingId property.
|
void |
setQualityApprovalStatus(FeedItemQualityApprovalStatus value)
Sets the value of the qualityApprovalStatus property.
|
void |
setValidationStatus(FeedItemValidationStatus value)
Sets the value of the validationStatus property.
|
getCombinedApprovalStatus, getDenormalizedStatus, getPolicySummaryInfoType, getPolicyTopicEntries, getReviewState, setCombinedApprovalStatus, setDenormalizedStatus, setPolicySummaryInfoType, setReviewStateprotected Long feedMappingId
protected FeedItemValidationStatus validationStatus
protected List<FeedItemAttributeError> validationErrors
protected FeedItemQualityApprovalStatus qualityApprovalStatus
protected List<FeedItemQualityDisapprovalReasons> qualityDisapprovalReasons
public Long getFeedMappingId()
Longpublic void setFeedMappingId(Long value)
value - allowed object is
Longpublic FeedItemValidationStatus getValidationStatus()
FeedItemValidationStatuspublic void setValidationStatus(FeedItemValidationStatus value)
value - allowed object is
FeedItemValidationStatuspublic List<FeedItemAttributeError> getValidationErrors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the validationErrors property.
For example, to add a new item, do as follows:
getValidationErrors().add(newItem);
Objects of the following type(s) are allowed in the list
FeedItemAttributeError
public FeedItemQualityApprovalStatus getQualityApprovalStatus()
FeedItemQualityApprovalStatuspublic void setQualityApprovalStatus(FeedItemQualityApprovalStatus value)
value - allowed object is
FeedItemQualityApprovalStatuspublic List<FeedItemQualityDisapprovalReasons> getQualityDisapprovalReasons()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qualityDisapprovalReasons property.
For example, to add a new item, do as follows:
getQualityDisapprovalReasons().add(newItem);
Objects of the following type(s) are allowed in the list
FeedItemQualityDisapprovalReasons
Copyright © 2023. All rights reserved.