Class ParentPom.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class ParentPom.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements ParentPom
    An implementation for ParentPom
    • 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​(ParentPom.Builder builder)
        Constructor that initializes the object based on literal property values passed by the ParentPom.Builder.
    • Method Detail

      • getArtifactId

        public final String getArtifactId()
        Description copied from interface: ParentPom
        (experimental) Parent Pom Artifact ID.
        Specified by:
        getArtifactId in interface ParentPom
      • getGroupId

        public final String getGroupId()
        Description copied from interface: ParentPom
        (experimental) Parent Pom Group ID.
        Specified by:
        getGroupId in interface ParentPom
      • getRelativePath

        public final String getRelativePath()
        Description copied from interface: ParentPom
        (experimental) Parent Pom Relative path from the current pom.
        Specified by:
        getRelativePath in interface ParentPom
      • getVersion

        public final String getVersion()
        Description copied from interface: ParentPom
        (experimental) Parent Pom Version.
        Specified by:
        getVersion in interface ParentPom
      • $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