public final class AutopilotCompatibilityIssue
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 Kubernetes 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 |
|---|
AutopilotCompatibilityIssue() |
| Modifier and Type | Method and Description |
|---|---|
AutopilotCompatibilityIssue |
clone() |
String |
getConstraintType()
The constraint type of the issue.
|
String |
getDescription()
The description of the issue.
|
String |
getDocumentationUrl()
A URL to a public documnetation, which addresses resolving this issue.
|
String |
getIncompatibilityType()
The incompatibility type of this issue.
|
String |
getLastObservation()
The last time when this issue was observed.
|
List<String> |
getSubjects()
The name of the resources which are subject to this issue.
|
AutopilotCompatibilityIssue |
set(String fieldName,
Object value) |
AutopilotCompatibilityIssue |
setConstraintType(String constraintType)
The constraint type of the issue.
|
AutopilotCompatibilityIssue |
setDescription(String description)
The description of the issue.
|
AutopilotCompatibilityIssue |
setDocumentationUrl(String documentationUrl)
A URL to a public documnetation, which addresses resolving this issue.
|
AutopilotCompatibilityIssue |
setIncompatibilityType(String incompatibilityType)
The incompatibility type of this issue.
|
AutopilotCompatibilityIssue |
setLastObservation(String lastObservation)
The last time when this issue was observed.
|
AutopilotCompatibilityIssue |
setSubjects(List<String> subjects)
The name of the resources which are subject to this issue.
|
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 getConstraintType()
null for nonepublic AutopilotCompatibilityIssue setConstraintType(String constraintType)
constraintType - constraintType or null for nonepublic String getDescription()
null for nonepublic AutopilotCompatibilityIssue setDescription(String description)
description - description or null for nonepublic String getDocumentationUrl()
null for nonepublic AutopilotCompatibilityIssue setDocumentationUrl(String documentationUrl)
documentationUrl - documentationUrl or null for nonepublic String getIncompatibilityType()
null for nonepublic AutopilotCompatibilityIssue setIncompatibilityType(String incompatibilityType)
incompatibilityType - incompatibilityType or null for nonepublic String getLastObservation()
null for nonepublic AutopilotCompatibilityIssue setLastObservation(String lastObservation)
lastObservation - lastObservation or null for nonepublic List<String> getSubjects()
null for nonepublic AutopilotCompatibilityIssue setSubjects(List<String> subjects)
subjects - subjects or null for nonepublic AutopilotCompatibilityIssue set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AutopilotCompatibilityIssue clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.