Package org.cdk8s.plus25.k8s
Class KubeControllerRevisionProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeControllerRevisionProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeControllerRevisionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeControllerRevisionProps
@Stability(Stable) @Internal public static final class KubeControllerRevisionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeControllerRevisionProps
An implementation forKubeControllerRevisionProps
-
-
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.plus25.k8s.KubeControllerRevisionProps
KubeControllerRevisionProps.Builder, KubeControllerRevisionProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeControllerRevisionProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeControllerRevisionProps.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)ObjectgetData()Data is the serialized representation of the state.ObjectMetagetMetadata()Standard object's metadata.NumbergetRevision()Revision indicates the revision of the state represented by Data.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(KubeControllerRevisionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeControllerRevisionProps.Builder.
-
-
Method Detail
-
getRevision
public final Number getRevision()
Description copied from interface:KubeControllerRevisionPropsRevision indicates the revision of the state represented by Data.- Specified by:
getRevisionin interfaceKubeControllerRevisionProps
-
getData
public final Object getData()
Description copied from interface:KubeControllerRevisionPropsData is the serialized representation of the state.- Specified by:
getDatain interfaceKubeControllerRevisionProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeControllerRevisionPropsStandard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeControllerRevisionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-