public final class NodeTaint
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.Flags| Constructor and Description |
|---|
NodeTaint() |
| Modifier and Type | Method and Description |
|---|---|
NodeTaint |
clone() |
java.lang.String |
getEffect()
Effect for taint.
|
java.lang.String |
getKey()
Key for taint.
|
java.lang.String |
getValue()
Value for taint.
|
NodeTaint |
set(java.lang.String fieldName,
java.lang.Object value) |
NodeTaint |
setEffect(java.lang.String effect)
Effect for taint.
|
NodeTaint |
setKey(java.lang.String key)
Key for taint.
|
NodeTaint |
setValue(java.lang.String value)
Value for taint.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEffect()
null for nonepublic NodeTaint setEffect(java.lang.String effect)
effect - effect or null for nonepublic java.lang.String getKey()
null for nonepublic NodeTaint setKey(java.lang.String key)
key - key or null for nonepublic java.lang.String getValue()
null for nonepublic NodeTaint setValue(java.lang.String value)
value - value or null for nonepublic NodeTaint set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic NodeTaint clone()
clone in class com.google.api.client.json.GenericJson