@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1ComponentCondition extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
V1ComponentCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1ComponentCondition |
error(String error) |
String |
getError()
Condition error code for a component.
|
String |
getMessage()
Message about the condition for a component.
|
String |
getStatus()
Status of the condition for a component.
|
String |
getType()
Type of condition for a component.
|
int |
hashCode() |
V1ComponentCondition |
message(String message) |
void |
setError(String error) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setType(String type) |
V1ComponentCondition |
status(String status) |
String |
toString() |
V1ComponentCondition |
type(String type) |
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_TYPE
public V1ComponentCondition error(String error)
@Nullable public String getError()
public void setError(String error)
public V1ComponentCondition message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public V1ComponentCondition status(String status)
public String getStatus()
public void setStatus(String status)
public V1ComponentCondition type(String type)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.