@Deprecated public static final class MetadataEntry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetadataEntry
MetadataEntry
MetadataEntry.Builder, MetadataEntry.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.Object |
getData()
Deprecated.
The data.
|
java.util.List<java.lang.String> |
getTrace()
Deprecated.
A stack trace for when the entry was created.
|
java.lang.String |
getType()
Deprecated.
The type of the metadata entry.
|
int |
hashCode()
Deprecated.
|
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 java.lang.String getType()
MetadataEntry
getType
in interface MetadataEntry
public final java.lang.Object getData()
MetadataEntry
Default: - no data.
getData
in interface MetadataEntry
public final java.util.List<java.lang.String> getTrace()
MetadataEntry
Default: - no trace.
getTrace
in interface MetadataEntry
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()