Class CoverageThreshold.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.javascript.CoverageThreshold.Jsii$Proxy
-
- All Implemented Interfaces:
CoverageThreshold,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CoverageThreshold
@Stability(Experimental) @Internal public static final class CoverageThreshold.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CoverageThreshold
An implementation forCoverageThreshold
-
-
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.javascript.CoverageThreshold
CoverageThreshold.Builder, CoverageThreshold.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CoverageThreshold.Builder builder)Constructor that initializes the object based on literal property values passed by theCoverageThreshold.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)NumbergetBranches()NumbergetFunctions()NumbergetLines()NumbergetStatements()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(CoverageThreshold.Builder builder)
Constructor that initializes the object based on literal property values passed by theCoverageThreshold.Builder.
-
-
Method Detail
-
getBranches
public final Number getBranches()
- Specified by:
getBranchesin interfaceCoverageThreshold
-
getFunctions
public final Number getFunctions()
- Specified by:
getFunctionsin interfaceCoverageThreshold
-
getLines
public final Number getLines()
- Specified by:
getLinesin interfaceCoverageThreshold
-
getStatements
public final Number getStatements()
- Specified by:
getStatementsin interfaceCoverageThreshold
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-