public final class AdPolicyTopicEvidenceDestinationNotWorking
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdPolicyTopicEvidenceDestinationNotWorking() |
| Modifier and Type | Method and Description |
|---|---|
AdPolicyTopicEvidenceDestinationNotWorking |
clone() |
String |
getDevice()
The device where visiting the URL resulted in the error.
|
String |
getDnsErrorType()
The type of DNS error.
|
String |
getExpandedUri()
The full URL that didn't work.
|
Long |
getHttpErrorCode()
The HTTP error code.
|
String |
getLastCheckedTime()
The last time the error was seen when navigating to URL.
|
AdPolicyTopicEvidenceDestinationNotWorking |
set(String fieldName,
Object value) |
AdPolicyTopicEvidenceDestinationNotWorking |
setDevice(String device)
The device where visiting the URL resulted in the error.
|
AdPolicyTopicEvidenceDestinationNotWorking |
setDnsErrorType(String dnsErrorType)
The type of DNS error.
|
AdPolicyTopicEvidenceDestinationNotWorking |
setExpandedUri(String expandedUri)
The full URL that didn't work.
|
AdPolicyTopicEvidenceDestinationNotWorking |
setHttpErrorCode(Long httpErrorCode)
The HTTP error code.
|
AdPolicyTopicEvidenceDestinationNotWorking |
setLastCheckedTime(String lastCheckedTime)
The last time the error was seen when navigating to URL.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AdPolicyTopicEvidenceDestinationNotWorking()
public String getDevice()
null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking setDevice(String device)
device - device or null for nonepublic String getDnsErrorType()
null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking setDnsErrorType(String dnsErrorType)
dnsErrorType - dnsErrorType or null for nonepublic String getExpandedUri()
null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking setExpandedUri(String expandedUri)
expandedUri - expandedUri or null for nonepublic Long getHttpErrorCode()
null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking setHttpErrorCode(Long httpErrorCode)
httpErrorCode - httpErrorCode or null for nonepublic String getLastCheckedTime()
null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking setLastCheckedTime(String lastCheckedTime)
lastCheckedTime - lastCheckedTime or null for nonepublic AdPolicyTopicEvidenceDestinationNotWorking set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdPolicyTopicEvidenceDestinationNotWorking clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.