Class SGEdge.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.SGEdge.Jsii$Proxy
-
-
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.aws.awsprototypingsdk.cdkgraph.SGEdge
SGEdge.Builder, SGEdge.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(SGEdge.Builder builder)Constructor that initializes the object based on literal property values passed by theSGEdge.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,Object>getAttributes()(experimental) Serializable entity attributes.EdgeDirectionEnumgetDirection()(experimental) Indicates the direction in which the edge is directed.EdgeTypeEnumgetEdgeType()(experimental) Type of edge.List<FlagEnum>getFlags()(experimental) Serializable entity flags.List<software.constructs.MetadataEntry>getMetadata()(experimental) Serializable entity metadata.StringgetSource()(experimental) UUID of edge source node (tail).Map<String,String>getTags()(experimental) Serializable entity tags.StringgetTarget()(experimental) UUID of edge target node (head).StringgetUuid()(experimental) Universally unique identity.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(SGEdge.Builder builder)
Constructor that initializes the object based on literal property values passed by theSGEdge.Builder.
-
-
Method Detail
-
getDirection
public final EdgeDirectionEnum getDirection()
Description copied from interface:SGEdge(experimental) Indicates the direction in which the edge is directed.- Specified by:
getDirectionin interfaceSGEdge
-
getEdgeType
public final EdgeTypeEnum getEdgeType()
Description copied from interface:SGEdge(experimental) Type of edge.- Specified by:
getEdgeTypein interfaceSGEdge
-
getSource
public final String getSource()
Description copied from interface:SGEdge(experimental) UUID of edge source node (tail).
-
getTarget
public final String getTarget()
Description copied from interface:SGEdge(experimental) UUID of edge target node (head).
-
getUuid
public final String getUuid()
Description copied from interface:SGEntity(experimental) Universally unique identity.
-
getAttributes
public final Map<String,Object> getAttributes()
Description copied from interface:SGEntity(experimental) Serializable entity attributes.- Specified by:
getAttributesin interfaceSGEntity- See Also:
- Attributes
-
getFlags
public final List<FlagEnum> getFlags()
Description copied from interface:SGEntity(experimental) Serializable entity flags.
-
getMetadata
public final List<software.constructs.MetadataEntry> getMetadata()
Description copied from interface:SGEntity(experimental) Serializable entity metadata.- Specified by:
getMetadatain interfaceSGEntity- See Also:
- Metadata
-
getTags
public final Map<String,String> getTags()
Description copied from interface:SGEntity(experimental) Serializable entity tags.
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-