Package org.cdk8s.plus24.k8s
Class EventSeriesV1Beta1.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.EventSeriesV1Beta1.Jsii$Proxy
-
- All Implemented Interfaces:
EventSeriesV1Beta1
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventSeriesV1Beta1
@Stability(Stable) @Internal public static final class EventSeriesV1Beta1.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventSeriesV1Beta1
An implementation forEventSeriesV1Beta1
-
-
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.plus24.k8s.EventSeriesV1Beta1
EventSeriesV1Beta1.Builder, EventSeriesV1Beta1.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(EventSeriesV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventSeriesV1Beta1.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
getCount()
count is the number of occurrences in this series up to the last heartbeat time.Instant
getLastObservedTime()
lastObservedTime is the time when last Event from the series was seen before last heartbeat.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(EventSeriesV1Beta1.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventSeriesV1Beta1.Builder
.
-
-
Method Detail
-
getCount
public final Number getCount()
Description copied from interface:EventSeriesV1Beta1
count is the number of occurrences in this series up to the last heartbeat time.- Specified by:
getCount
in interfaceEventSeriesV1Beta1
-
getLastObservedTime
public final Instant getLastObservedTime()
Description copied from interface:EventSeriesV1Beta1
lastObservedTime is the time when last Event from the series was seen before last heartbeat.- Specified by:
getLastObservedTime
in interfaceEventSeriesV1Beta1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-