public class Condition
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
status
@JsonPropertyDescription("The status of the condition, either True, False or Unknown.")
private String status
-
message
@JsonPropertyDescription("Human-readable message indicating details about the condition\u2019s last transition.")
private String message
-
type
@JsonPropertyDescription("Unique identifier of a condition.")
private String type
-
Constructor Details
-
Condition
public Condition()
-
Method Details
-
-
setStatus
public void setStatus(String status)
-
-
setMessage
public void setMessage(String message)
-
-
setType
public void setType(String type)