Class ContainerRegistryArtifactEventData

    • Constructor Detail

      • ContainerRegistryArtifactEventData

        public ContainerRegistryArtifactEventData()
    • Method Detail

      • getId

        public String getId()
        Get the id property: The event ID.
        Returns:
        the id value.
      • setId

        public ContainerRegistryArtifactEventData setId​(String id)
        Set the id property: The event ID.
        Parameters:
        id - the id value to set.
        Returns:
        the ContainerRegistryArtifactEventData object itself.
      • getTimestamp

        public OffsetDateTime getTimestamp()
        Get the timestamp property: The time at which the event occurred.
        Returns:
        the timestamp value.
      • setTimestamp

        public ContainerRegistryArtifactEventData setTimestamp​(OffsetDateTime timestamp)
        Set the timestamp property: The time at which the event occurred.
        Parameters:
        timestamp - the timestamp value to set.
        Returns:
        the ContainerRegistryArtifactEventData object itself.
      • getAction

        public String getAction()
        Get the action property: The action that encompasses the provided event.
        Returns:
        the action value.
      • setAction

        public ContainerRegistryArtifactEventData setAction​(String action)
        Set the action property: The action that encompasses the provided event.
        Parameters:
        action - the action value to set.
        Returns:
        the ContainerRegistryArtifactEventData object itself.
      • getLocation

        public String getLocation()
        Get the location property: The location of the event.
        Returns:
        the location value.
      • setLocation

        public ContainerRegistryArtifactEventData setLocation​(String location)
        Set the location property: The location of the event.
        Parameters:
        location - the location value to set.
        Returns:
        the ContainerRegistryArtifactEventData object itself.
      • getConnectedRegistry

        public ContainerRegistryEventConnectedRegistry getConnectedRegistry()
        Get the connectedRegistry property: The connected registry information if the event is generated by a connected registry.
        Returns:
        the connectedRegistry value.
      • setConnectedRegistry

        public ContainerRegistryArtifactEventData setConnectedRegistry​(ContainerRegistryEventConnectedRegistry connectedRegistry)
        Set the connectedRegistry property: The connected registry information if the event is generated by a connected registry.
        Parameters:
        connectedRegistry - the connectedRegistry value to set.
        Returns:
        the ContainerRegistryArtifactEventData object itself.