public class IpBlock extends Criterion
Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, "1.2.3.0/24" is accepted but "1.2.3.4/24" is not. Similarly, for IPv6, "2001:db8::/32" is accepted whereas "2001:db8::1/32" is not. This is disabled for AdX when it is contained within Operators: ADD, SET.
Java class for IpBlock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpBlock">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
criterionType, id, type| Constructor and Description |
|---|
IpBlock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String ipAddress
Copyright © 2023. All rights reserved.