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 protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.protected
Jsii$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()
boolean
equals(Object o)
Object
getData()
The data.List<String>
getTrace()
Stack trace at the point of adding the metadata.String
getType()
The metadata entry type.int
hashCode()
-
-
-
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:MetadataEntry
The data.- Specified by:
getData
in interfaceMetadataEntry
-
getType
public final String getType()
Description copied from interface:MetadataEntry
The metadata entry type.- Specified by:
getType
in interfaceMetadataEntry
-
getTrace
public final List<String> getTrace()
Description copied from interface:MetadataEntry
Stack trace at the point of adding the metadata.Only available if
addMetadata()
is called withstackTrace: true
.Default: - no trace information
- Specified by:
getTrace
in interfaceMetadataEntry
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-