public static final class AssertionResultData.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssertionResultData
AssertionResultData
AssertionResultData.Builder, AssertionResultData.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMessage()
(experimental) Any message returned with the assertion result typically this will be the diff if there is any.
|
Status |
getStatus()
(experimental) The status of the assertion, i.e.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Status getStatus()
AssertionResultData
getStatus
in interface AssertionResultData
public final java.lang.String getMessage()
AssertionResultData
Default: - none
getMessage
in interface AssertionResultData
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()