Class AutoValue_Event


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Event
    extends Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String action  
      private Event.Actor actor  
      private java.lang.String from  
      private java.lang.String id  
      private java.lang.String status  
      private java.util.Date time  
      private java.lang.Long timeNano  
      private Event.Type type  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_Event​(java.lang.String status, java.lang.String id, java.lang.String from, Event.Type type, java.lang.String action, Event.Actor actor, java.util.Date time, java.lang.Long timeNano)  
    • Field Detail

      • status

        private final java.lang.String status
      • id

        private final java.lang.String id
      • from

        private final java.lang.String from
      • action

        private final java.lang.String action
      • time

        private final java.util.Date time
      • timeNano

        private final java.lang.Long timeNano
    • Constructor Detail

      • AutoValue_Event

        AutoValue_Event​(@Nullable
                        java.lang.String status,
                        @Nullable
                        java.lang.String id,
                        @Nullable
                        java.lang.String from,
                        @Nullable
                        Event.Type type,
                        @Nullable
                        java.lang.String action,
                        @Nullable
                        Event.Actor actor,
                        java.util.Date time,
                        @Nullable
                        java.lang.Long timeNano)
    • Method Detail

      • status

        @Deprecated
        @Nullable
        public java.lang.String status()
        Deprecated.
        Description copied from class: Event
        Event status.
        Specified by:
        status in class Event
        Returns:
        status
      • id

        @Deprecated
        @Nullable
        public java.lang.String id()
        Deprecated.
        Description copied from class: Event
        Event actor id. When the event type is "container" this is the container id.
        Specified by:
        id in class Event
        Returns:
        id
      • from

        @Deprecated
        @Nullable
        public java.lang.String from()
        Deprecated.
        Description copied from class: Event
        When the event type is "container" this is the image id.
        Specified by:
        from in class Event
        Returns:
        from
      • action

        @Nullable
        public java.lang.String action()
        Description copied from class: Event
        Event action.
        Specified by:
        action in class Event
        Returns:
        action
      • time

        public java.util.Date time()
        Specified by:
        time in class Event
      • timeNano

        @Nullable
        public java.lang.Long timeNano()
        Specified by:
        timeNano in class Event
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object