Class SGEdge.Jsii$Proxy

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, SGEdge, SGEntity
    Enclosing interface:
    SGEdge

    @Stability(Experimental)
    @Internal
    public static final class SGEdge.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements SGEdge
    An implementation for SGEdge
    • 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 the SGEdge.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:
        getDirection in interface SGEdge
      • getEdgeType

        public final EdgeTypeEnum getEdgeType()
        Description copied from interface: SGEdge
        (experimental) Type of edge.
        Specified by:
        getEdgeType in interface SGEdge
      • getSource

        public final String getSource()
        Description copied from interface: SGEdge
        (experimental) UUID of edge source node (tail).
        Specified by:
        getSource in interface SGEdge
      • getTarget

        public final String getTarget()
        Description copied from interface: SGEdge
        (experimental) UUID of edge target node (head).
        Specified by:
        getTarget in interface SGEdge
      • getUuid

        public final String getUuid()
        Description copied from interface: SGEntity
        (experimental) Universally unique identity.
        Specified by:
        getUuid in interface SGEntity
      • getMetadata

        public final List<software.constructs.MetadataEntry> getMetadata()
        Description copied from interface: SGEntity
        (experimental) Serializable entity metadata.

        Specified by:
        getMetadata in interface SGEntity
        See Also:
        Metadata
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object