@Generated(value="org.jsonschema2pojo") public class ComponentCondition extends Object implements KubernetesResource
Constructor and Description |
---|
ComponentCondition()
No args constructor for use in serialization
|
ComponentCondition(String error,
String message,
String status,
String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getError() |
String |
getMessage() |
String |
getStatus() |
String |
getType() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setError(String error) |
void |
setMessage(String message) |
void |
setStatus(String status) |
void |
setType(String type) |
public ComponentCondition()
public String getError()
public void setError(String error)
error
- The errorpublic String getMessage()
public void setMessage(String message)
message
- The messagepublic String getStatus()
public void setStatus(String status)
status
- The statuspublic String getType()
public void setType(String type)
type
- The typeCopyright © 2015–2019 Red Hat. All rights reserved.