@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1Taint extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_EFFECT |
static String |
SERIALIZED_NAME_KEY |
static String |
SERIALIZED_NAME_TIME_ADDED |
static String |
SERIALIZED_NAME_VALUE |
Constructor and Description |
---|
V1Taint() |
Modifier and Type | Method and Description |
---|---|
V1Taint |
effect(String effect) |
boolean |
equals(Object o) |
String |
getEffect()
Required.
|
String |
getKey()
Required.
|
org.joda.time.DateTime |
getTimeAdded()
TimeAdded represents the time at which the taint was added.
|
String |
getValue()
The taint value corresponding to the taint key.
|
int |
hashCode() |
V1Taint |
key(String key) |
void |
setEffect(String effect) |
void |
setKey(String key) |
void |
setTimeAdded(org.joda.time.DateTime timeAdded) |
void |
setValue(String value) |
V1Taint |
timeAdded(org.joda.time.DateTime timeAdded) |
String |
toString() |
V1Taint |
value(String value) |
public static final String SERIALIZED_NAME_EFFECT
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_TIME_ADDED
public static final String SERIALIZED_NAME_VALUE
public String getEffect()
public void setEffect(String effect)
public String getKey()
public void setKey(String key)
public V1Taint timeAdded(org.joda.time.DateTime timeAdded)
@Nullable public org.joda.time.DateTime getTimeAdded()
public void setTimeAdded(org.joda.time.DateTime timeAdded)
@Nullable public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.