Package io.github.cdklabs.projen.java
Class MavenRepository.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.java.MavenRepository.Jsii$Proxy
-
- All Implemented Interfaces:
MavenRepository,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MavenRepository
@Stability(Experimental) @Internal public static final class MavenRepository.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MavenRepository
An implementation forMavenRepository
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.java.MavenRepository
MavenRepository.Builder, MavenRepository.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MavenRepository.Builder builder)Constructor that initializes the object based on literal property values passed by theMavenRepository.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetId()(experimental) The identifier for the repository.StringgetLayout()(experimental) The layout of the repository.StringgetName()(experimental) The name of the repository.StringgetUrl()(experimental) The url of the repository.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(MavenRepository.Builder builder)
Constructor that initializes the object based on literal property values passed by theMavenRepository.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:MavenRepository(experimental) The identifier for the repository.- Specified by:
getIdin interfaceMavenRepository
-
getUrl
public final String getUrl()
Description copied from interface:MavenRepository(experimental) The url of the repository.- Specified by:
getUrlin interfaceMavenRepository
-
getLayout
public final String getLayout()
Description copied from interface:MavenRepository(experimental) The layout of the repository.- Specified by:
getLayoutin interfaceMavenRepository
-
getName
public final String getName()
Description copied from interface:MavenRepository(experimental) The name of the repository.- Specified by:
getNamein interfaceMavenRepository
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-