Class ContainerRegistryArtifactEventData

    • Constructor Detail

      • ContainerRegistryArtifactEventData

        public ContainerRegistryArtifactEventData()
    • Method Detail

      • id

        public String id()
        Get the event ID.
        Returns:
        the id value
      • timestamp

        public org.joda.time.DateTime timestamp()
        Get the time at which the event occurred.
        Returns:
        the timestamp value
      • withTimestamp

        public ContainerRegistryArtifactEventData withTimestamp​(org.joda.time.DateTime timestamp)
        Set the time at which the event occurred.
        Parameters:
        timestamp - the timestamp value to set
        Returns:
        the ContainerRegistryArtifactEventData object itself.
      • action

        public String action()
        Get the action that encompasses the provided event.
        Returns:
        the action value
      • withAction

        public ContainerRegistryArtifactEventData withAction​(String action)
        Set the action that encompasses the provided event.
        Parameters:
        action - the action value to set
        Returns:
        the ContainerRegistryArtifactEventData object itself.