public final class NodeTaint 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 Kubernetes Engine 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 |
|---|
NodeTaint() |
| Modifier and Type | Method and Description |
|---|---|
NodeTaint |
clone() |
String |
getEffect()
Effect for taint.
|
String |
getKey()
Key for taint.
|
String |
getValue()
Value for taint.
|
NodeTaint |
set(String fieldName,
Object value) |
NodeTaint |
setEffect(String effect)
Effect for taint.
|
NodeTaint |
setKey(String key)
Key for taint.
|
NodeTaint |
setValue(String value)
Value for taint.
|
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 getEffect()
null for nonepublic NodeTaint setEffect(String effect)
effect - effect or null for nonepublic String getKey()
null for nonepublic String getValue()
null for nonepublic NodeTaint setValue(String value)
value - value or null for nonepublic NodeTaint set(String fieldName, Object value)
set in class GenericJsonpublic NodeTaint clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.