public final class RiskDetailsGlobalDnsInsight
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 Compute Engine 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 |
|---|
RiskDetailsGlobalDnsInsight() |
| Modifier and Type | Method and Description |
|---|---|
RiskDetailsGlobalDnsInsight |
clone() |
Boolean |
getProjectDefaultIsGlobalDns()
Whether the project default DNS setting is global or not.
|
String |
getQueryObservationWindow()
The observation window for the query counts.
|
Long |
getRiskyQueryCount()
The number of queries that are risky.
|
Long |
getTotalQueryCount()
The total number of queries in the observation window.
|
RiskDetailsGlobalDnsInsight |
set(String fieldName,
Object value) |
RiskDetailsGlobalDnsInsight |
setProjectDefaultIsGlobalDns(Boolean projectDefaultIsGlobalDns)
Whether the project default DNS setting is global or not.
|
RiskDetailsGlobalDnsInsight |
setQueryObservationWindow(String queryObservationWindow)
The observation window for the query counts.
|
RiskDetailsGlobalDnsInsight |
setRiskyQueryCount(Long riskyQueryCount)
The number of queries that are risky.
|
RiskDetailsGlobalDnsInsight |
setTotalQueryCount(Long totalQueryCount)
The total number of queries in the observation window.
|
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 Boolean getProjectDefaultIsGlobalDns()
null for nonepublic RiskDetailsGlobalDnsInsight setProjectDefaultIsGlobalDns(Boolean projectDefaultIsGlobalDns)
projectDefaultIsGlobalDns - projectDefaultIsGlobalDns or null for nonepublic String getQueryObservationWindow()
null for nonepublic RiskDetailsGlobalDnsInsight setQueryObservationWindow(String queryObservationWindow)
queryObservationWindow - queryObservationWindow or null for nonepublic Long getRiskyQueryCount()
null for nonepublic RiskDetailsGlobalDnsInsight setRiskyQueryCount(Long riskyQueryCount)
riskyQueryCount - riskyQueryCount or null for nonepublic Long getTotalQueryCount()
null for nonepublic RiskDetailsGlobalDnsInsight setTotalQueryCount(Long totalQueryCount)
totalQueryCount - totalQueryCount or null for nonepublic RiskDetailsGlobalDnsInsight set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RiskDetailsGlobalDnsInsight clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.