public class PolicyTopicEntry extends Object
Java class for PolicyTopicEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyTopicEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="policyTopicEntryType" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicEntryType" minOccurs="0"/>
<element name="policyTopicEvidences" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicEvidence" maxOccurs="unbounded" minOccurs="0"/>
<element name="policyTopicConstraints" type="{https://adwords.google.com/api/adwords/cm/v201809}PolicyTopicConstraint" maxOccurs="unbounded" minOccurs="0"/>
<element name="policyTopicId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="policyTopicName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="policyTopicHelpCenterUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PolicyTopicConstraint> |
policyTopicConstraints |
protected PolicyTopicEntryType |
policyTopicEntryType |
protected List<PolicyTopicEvidence> |
policyTopicEvidences |
protected String |
policyTopicHelpCenterUrl |
protected String |
policyTopicId |
protected String |
policyTopicName |
| Constructor and Description |
|---|
PolicyTopicEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTopicConstraint> |
getPolicyTopicConstraints()
Gets the value of the policyTopicConstraints property.
|
PolicyTopicEntryType |
getPolicyTopicEntryType()
Gets the value of the policyTopicEntryType property.
|
List<PolicyTopicEvidence> |
getPolicyTopicEvidences()
Gets the value of the policyTopicEvidences property.
|
String |
getPolicyTopicHelpCenterUrl()
Gets the value of the policyTopicHelpCenterUrl property.
|
String |
getPolicyTopicId()
Gets the value of the policyTopicId property.
|
String |
getPolicyTopicName()
Gets the value of the policyTopicName property.
|
void |
setPolicyTopicEntryType(PolicyTopicEntryType value)
Sets the value of the policyTopicEntryType property.
|
void |
setPolicyTopicHelpCenterUrl(String value)
Sets the value of the policyTopicHelpCenterUrl property.
|
void |
setPolicyTopicId(String value)
Sets the value of the policyTopicId property.
|
void |
setPolicyTopicName(String value)
Sets the value of the policyTopicName property.
|
protected PolicyTopicEntryType policyTopicEntryType
protected List<PolicyTopicEvidence> policyTopicEvidences
protected List<PolicyTopicConstraint> policyTopicConstraints
protected String policyTopicId
protected String policyTopicName
protected String policyTopicHelpCenterUrl
public PolicyTopicEntryType getPolicyTopicEntryType()
PolicyTopicEntryTypepublic void setPolicyTopicEntryType(PolicyTopicEntryType value)
value - allowed object is
PolicyTopicEntryTypepublic List<PolicyTopicEvidence> getPolicyTopicEvidences()
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 policyTopicEvidences property.
For example, to add a new item, do as follows:
getPolicyTopicEvidences().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyTopicEvidence
public List<PolicyTopicConstraint> getPolicyTopicConstraints()
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 policyTopicConstraints property.
For example, to add a new item, do as follows:
getPolicyTopicConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
PolicyTopicConstraint
public String getPolicyTopicId()
Stringpublic void setPolicyTopicId(String value)
value - allowed object is
Stringpublic String getPolicyTopicName()
Stringpublic void setPolicyTopicName(String value)
value - allowed object is
Stringpublic String getPolicyTopicHelpCenterUrl()
StringCopyright © 2023. All rights reserved.