Package org.cdk8s.plus23.k8s
Class HostPortRangeV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.k8s.HostPortRangeV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
HostPortRangeV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HostPortRangeV1Beta1
@Stability(Stable) @Internal public static final class HostPortRangeV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostPortRangeV1Beta1
An implementation forHostPortRangeV1Beta1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus23.k8s.HostPortRangeV1Beta1
HostPortRangeV1Beta1.Builder, HostPortRangeV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(HostPortRangeV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPortRangeV1Beta1.Builder
.protected
Jsii$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()
boolean
equals(Object o)
Number
getMax()
max is the end of the range, inclusive.Number
getMin()
min is the start of the range, inclusive.int
hashCode()
-
-
-
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(HostPortRangeV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theHostPortRangeV1Beta1.Builder
.
-
-
Method Detail
-
getMax
public final Number getMax()
Description copied from interface:HostPortRangeV1Beta1
max is the end of the range, inclusive.- Specified by:
getMax
in interfaceHostPortRangeV1Beta1
-
getMin
public final Number getMin()
Description copied from interface:HostPortRangeV1Beta1
min is the start of the range, inclusive.- Specified by:
getMin
in interfaceHostPortRangeV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-