@Stability(value=Experimental) @Internal public static final class MetadataEntry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetadataEntry
MetadataEntrysoftware.amazon.jsii.JsiiObject.InitializationModeMetadataEntry.Builder, MetadataEntry.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.
|
protected |
Jsii$Proxy(String type,
Object data,
List<String> trace)
Constructor that initializes the object based on literal property values passed by the
MetadataEntry.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getData()
(experimental) The data.
|
List<String> |
getTrace()
(experimental) A stack trace for when the entry was created.
|
String |
getType()
(experimental) The type of the metadata entry.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String type, Object data, List<String> trace)
MetadataEntry.Builder.public final String getType()
MetadataEntrygetType in interface MetadataEntrypublic final Object getData()
MetadataEntryDefault: - no data.
getData in interface MetadataEntrypublic final List<String> getTrace()
MetadataEntryDefault: - no trace.
getTrace in interface MetadataEntry@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.