public class PolicyTopicEvidence extends Object
Java class for PolicyTopicEvidence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyTopicEvidence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyTopicEvidenceType" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicEvidenceType" minOccurs="0"/>
<element name="evidenceTextList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="policyTopicEvidenceDestinationMismatchUrlTypes" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicEvidenceDestinationMismatchUrlType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
evidenceTextList |
protected List<PolicyTopicEvidenceDestinationMismatchUrlType> |
policyTopicEvidenceDestinationMismatchUrlTypes |
protected PolicyTopicEvidenceType |
policyTopicEvidenceType |
| Constructor and Description |
|---|
PolicyTopicEvidence() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEvidenceTextList()
Gets the value of the evidenceTextList property.
|
List<PolicyTopicEvidenceDestinationMismatchUrlType> |
getPolicyTopicEvidenceDestinationMismatchUrlTypes()
Gets the value of the policyTopicEvidenceDestinationMismatchUrlTypes property.
|
PolicyTopicEvidenceType |
getPolicyTopicEvidenceType()
Gets the value of the policyTopicEvidenceType property.
|
void |
setPolicyTopicEvidenceType(PolicyTopicEvidenceType value)
Sets the value of the policyTopicEvidenceType property.
|
protected PolicyTopicEvidenceType policyTopicEvidenceType
protected List<PolicyTopicEvidenceDestinationMismatchUrlType> policyTopicEvidenceDestinationMismatchUrlTypes
public PolicyTopicEvidenceType getPolicyTopicEvidenceType()
PolicyTopicEvidenceTypepublic void setPolicyTopicEvidenceType(PolicyTopicEvidenceType value)
value - allowed object is
PolicyTopicEvidenceTypepublic List<String> getEvidenceTextList()
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 evidenceTextList property.
For example, to add a new item, do as follows:
getEvidenceTextList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<PolicyTopicEvidenceDestinationMismatchUrlType> getPolicyTopicEvidenceDestinationMismatchUrlTypes()
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 policyTopicEvidenceDestinationMismatchUrlTypes property.
For example, to add a new item, do as follows:
getPolicyTopicEvidenceDestinationMismatchUrlTypes().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyTopicEvidenceDestinationMismatchUrlType
Copyright © 2023. All rights reserved.