public final class ResponsePolicy extends 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 Cloud DNS API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResponsePolicy() |
| Modifier and Type | Method and Description |
|---|---|
ResponsePolicy |
clone() |
String |
getDescription()
User-provided description for this Response Policy.
|
Long |
getId()
Unique identifier for the resource; defined by the server (output only).
|
String |
getKind() |
List<ResponsePolicyNetwork> |
getNetworks()
List of network names specifying networks to which this policy is applied.
|
String |
getResponsePolicyName()
User assigned name for this Response Policy.
|
ResponsePolicy |
set(String fieldName,
Object value) |
ResponsePolicy |
setDescription(String description)
User-provided description for this Response Policy.
|
ResponsePolicy |
setId(Long id)
Unique identifier for the resource; defined by the server (output only).
|
ResponsePolicy |
setKind(String kind) |
ResponsePolicy |
setNetworks(List<ResponsePolicyNetwork> networks)
List of network names specifying networks to which this policy is applied.
|
ResponsePolicy |
setResponsePolicyName(String responsePolicyName)
User assigned name for this Response Policy.
|
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 String getDescription()
null for nonepublic ResponsePolicy setDescription(String description)
description - description or null for nonepublic Long getId()
null for nonepublic ResponsePolicy setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic ResponsePolicy setKind(String kind)
kind - kind or null for nonepublic List<ResponsePolicyNetwork> getNetworks()
null for nonepublic ResponsePolicy setNetworks(List<ResponsePolicyNetwork> networks)
networks - networks or null for nonepublic String getResponsePolicyName()
null for nonepublic ResponsePolicy setResponsePolicyName(String responsePolicyName)
responsePolicyName - responsePolicyName or null for nonepublic ResponsePolicy set(String fieldName, Object value)
set in class GenericJsonpublic ResponsePolicy clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.