Class ServerDescriptionChangedEvent


  • @Deprecated(since="2021-05-27")
    public final class ServerDescriptionChangedEvent
    extends java.lang.Object
    Deprecated.
    Usage of this API is not supported in AEM as a Cloud Service.
    An event for changes to the description of a server.
    Since:
    3.3
    • Constructor Detail

      • ServerDescriptionChangedEvent

        public ServerDescriptionChangedEvent​(ServerId serverId,
                                             ServerDescription newDescription,
                                             ServerDescription previousDescription)
        Deprecated.
        Construct an instance.
        Parameters:
        serverId - the non-null serverId
        newDescription - the non-null new description
        previousDescription - the non-null previous description
    • Method Detail

      • getServerId

        public ServerId getServerId()
        Deprecated.
        Gets the serverId.
        Returns:
        the serverId
      • getNewDescription

        public ServerDescription getNewDescription()
        Deprecated.
        Gets the new server description.
        Returns:
        the new server description
      • getPreviousDescription

        public ServerDescription getPreviousDescription()
        Deprecated.
        Gets the previous server description.
        Returns:
        the previous server description
      • toString

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