public final class ReliabilityRisk
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 |
|---|
ReliabilityRisk() |
| Modifier and Type | Method and Description |
|---|---|
ReliabilityRisk |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional textual description of the resource; provided when the resource is created.
|
RiskDetails |
getDetails()
[Output Only] Details of the reliability risk resource
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getName()
Name of the resource.
|
RiskRecommendation |
getRecommendation()
The recommendations to mitigate the risk.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
ReliabilityRisk |
set(String fieldName,
Object value) |
ReliabilityRisk |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
ReliabilityRisk |
setDescription(String description)
An optional textual description of the resource; provided when the resource is created.
|
ReliabilityRisk |
setDetails(RiskDetails details)
[Output Only] Details of the reliability risk resource
|
ReliabilityRisk |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
ReliabilityRisk |
setKind(String kind)
[Output Only] Type of resource.
|
ReliabilityRisk |
setName(String name)
Name of the resource.
|
ReliabilityRisk |
setRecommendation(RiskRecommendation recommendation)
The recommendations to mitigate the risk.
|
ReliabilityRisk |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
ReliabilityRisk |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
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 getCreationTimestamp()
null for nonepublic ReliabilityRisk setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic ReliabilityRisk setDescription(String description)
description - description or null for nonepublic RiskDetails getDetails()
null for nonepublic ReliabilityRisk setDetails(RiskDetails details)
details - details or null for nonepublic BigInteger getId()
null for nonepublic ReliabilityRisk setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic ReliabilityRisk setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic ReliabilityRisk setName(String name)
name - name or null for nonepublic RiskRecommendation getRecommendation()
null for nonepublic ReliabilityRisk setRecommendation(RiskRecommendation recommendation)
recommendation - recommendation or null for nonepublic String getSelfLink()
null for nonepublic ReliabilityRisk setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic ReliabilityRisk setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic ReliabilityRisk set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReliabilityRisk clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.