Class EventSeries.Jsii$Proxy

  • All Implemented Interfaces:
    EventSeries, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    EventSeries

    @Stability(Stable)
    @Internal
    public static final class EventSeries.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements EventSeries
    An implementation for EventSeries
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(EventSeries.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EventSeries.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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.
    • Method Detail

      • getCount

        public final Number getCount()
        Description copied from interface: EventSeries
        count is the number of occurrences in this series up to the last heartbeat time.
        Specified by:
        getCount in interface EventSeries
      • getLastObservedTime

        public final Instant getLastObservedTime()
        Description copied from interface: EventSeries
        lastObservedTime is the time when last Event from the series was seen before last heartbeat.
        Specified by:
        getLastObservedTime in interface EventSeries
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object