public final class UpgradeDetails
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 |
|---|
UpgradeDetails() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeDetails |
clone() |
String |
getEndTime()
The end timestamp of the upgrade.
|
String |
getInitialVersion()
The version before the upgrade.
|
String |
getStartTime()
The start timestamp of the upgrade.
|
String |
getStartType()
The start type of the upgrade.
|
String |
getState()
Output only.
|
String |
getTargetVersion()
The version after the upgrade.
|
UpgradeDetails |
set(String fieldName,
Object value) |
UpgradeDetails |
setEndTime(String endTime)
The end timestamp of the upgrade.
|
UpgradeDetails |
setInitialVersion(String initialVersion)
The version before the upgrade.
|
UpgradeDetails |
setStartTime(String startTime)
The start timestamp of the upgrade.
|
UpgradeDetails |
setStartType(String startType)
The start type of the upgrade.
|
UpgradeDetails |
setState(String state)
Output only.
|
UpgradeDetails |
setTargetVersion(String targetVersion)
The version after the upgrade.
|
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 getEndTime()
null for nonepublic UpgradeDetails setEndTime(String endTime)
endTime - endTime or null for nonepublic String getInitialVersion()
null for nonepublic UpgradeDetails setInitialVersion(String initialVersion)
initialVersion - initialVersion or null for nonepublic String getStartTime()
null for nonepublic UpgradeDetails setStartTime(String startTime)
startTime - startTime or null for nonepublic String getStartType()
null for nonepublic UpgradeDetails setStartType(String startType)
startType - startType or null for nonepublic String getState()
null for nonepublic UpgradeDetails setState(String state)
state - state or null for nonepublic String getTargetVersion()
null for nonepublic UpgradeDetails setTargetVersion(String targetVersion)
targetVersion - targetVersion or null for nonepublic UpgradeDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpgradeDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.