@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-12-17T11:16:41.964Z[Etc/UTC]") public class V1NodeConfigStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACTIVE |
static String |
SERIALIZED_NAME_ASSIGNED |
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_LAST_KNOWN_GOOD |
Constructor and Description |
---|
V1NodeConfigStatus() |
Modifier and Type | Method and Description |
---|---|
V1NodeConfigStatus |
active(V1NodeConfigSource active) |
V1NodeConfigStatus |
assigned(V1NodeConfigSource assigned) |
boolean |
equals(Object o) |
V1NodeConfigStatus |
error(String error) |
V1NodeConfigSource |
getActive()
Get active
|
V1NodeConfigSource |
getAssigned()
Get assigned
|
String |
getError()
Error describes any problems reconciling the Spec.ConfigSource to the Active config.
|
V1NodeConfigSource |
getLastKnownGood()
Get lastKnownGood
|
int |
hashCode() |
V1NodeConfigStatus |
lastKnownGood(V1NodeConfigSource lastKnownGood) |
void |
setActive(V1NodeConfigSource active) |
void |
setAssigned(V1NodeConfigSource assigned) |
void |
setError(String error) |
void |
setLastKnownGood(V1NodeConfigSource lastKnownGood) |
String |
toString() |
public static final String SERIALIZED_NAME_ACTIVE
public static final String SERIALIZED_NAME_ASSIGNED
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_LAST_KNOWN_GOOD
public V1NodeConfigStatus active(V1NodeConfigSource active)
@Nullable public V1NodeConfigSource getActive()
public void setActive(V1NodeConfigSource active)
public V1NodeConfigStatus assigned(V1NodeConfigSource assigned)
@Nullable public V1NodeConfigSource getAssigned()
public void setAssigned(V1NodeConfigSource assigned)
public V1NodeConfigStatus error(String error)
@Nullable public String getError()
public void setError(String error)
public V1NodeConfigStatus lastKnownGood(V1NodeConfigSource lastKnownGood)
@Nullable public V1NodeConfigSource getLastKnownGood()
public void setLastKnownGood(V1NodeConfigSource lastKnownGood)
Copyright © 2020. All rights reserved.