Package software.constructs
Class MetadataEntry.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.MetadataEntry.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,MetadataEntry
- Enclosing interface:
- MetadataEntry
@Stability(Stable) @Internal public static final class MetadataEntry.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetadataEntry
An implementation forMetadataEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.MetadataEntry
MetadataEntry.Builder, MetadataEntry.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(MetadataEntry.Builder builder)Constructor that initializes the object based on literal property values passed by theMetadataEntry.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetData()The data.List<String>getTrace()Stack trace.StringgetType()The metadata entry type.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MetadataEntry.Builder builder)
Constructor that initializes the object based on literal property values passed by theMetadataEntry.Builder.
-
-
Method Detail
-
getData
public final Object getData()
Description copied from interface:MetadataEntryThe data.- Specified by:
getDatain interfaceMetadataEntry
-
getType
public final String getType()
Description copied from interface:MetadataEntryThe metadata entry type.- Specified by:
getTypein interfaceMetadataEntry
-
getTrace
public final List<String> getTrace()
Description copied from interface:MetadataEntryStack trace.Can be omitted by setting the context key
ConstructMetadata.DISABLE_STACK_TRACE_IN_METADATAto 1.Default: - no trace information
- Specified by:
getTracein interfaceMetadataEntry
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-