public class Webpage extends Criterion
Java class for Webpage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Webpage">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="parameter" type="{https://adwords.google.com/api/adwords/cm/v201809}WebpageParameter" minOccurs="0"/>
<element name="criteriaCoverage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="criteriaSamples" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
criteriaCoverage |
protected List<String> |
criteriaSamples |
protected WebpageParameter |
parameter |
criterionType, id, type| Constructor and Description |
|---|
Webpage() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCriteriaCoverage()
Gets the value of the criteriaCoverage property.
|
List<String> |
getCriteriaSamples()
Gets the value of the criteriaSamples property.
|
WebpageParameter |
getParameter()
Gets the value of the parameter property.
|
void |
setCriteriaCoverage(Double value)
Sets the value of the criteriaCoverage property.
|
void |
setParameter(WebpageParameter value)
Sets the value of the parameter property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected WebpageParameter parameter
protected Double criteriaCoverage
public WebpageParameter getParameter()
WebpageParameterpublic void setParameter(WebpageParameter value)
value - allowed object is
WebpageParameterpublic Double getCriteriaCoverage()
Doublepublic void setCriteriaCoverage(Double value)
value - allowed object is
Doublepublic List<String> getCriteriaSamples()
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 criteriaSamples property.
For example, to add a new item, do as follows:
getCriteriaSamples().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2023. All rights reserved.