Class BanServiceOnDestination

java.lang.Object
cz.metacentrum.perun.audit.events.AuditEvent
cz.metacentrum.perun.audit.events.GeneralServiceManagerEvents.BanServiceOnDestination

public class BanServiceOnDestination extends AuditEvent
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
  • Constructor Details

    • BanServiceOnDestination

      public BanServiceOnDestination()
    • BanServiceOnDestination

      public BanServiceOnDestination(Service service, int destinationId)
  • Method Details

    • getDestinationId

      public int getDestinationId()
    • getMessage

      public String getMessage()
      Description copied from class: AuditEvent
      Get message that should be logged.
      Specified by:
      getMessage in class AuditEvent
      Returns:
      message
    • getService

      public Service getService()
    • toString

      public String toString()
      Overrides:
      toString in class Object