Class AuditEventTO

java.lang.Object
org.apache.syncope.common.lib.to.AuditEventTO
All Implemented Interfaces:
Serializable, BaseBean, EntityTO

public class AuditEventTO extends Object implements EntityTO
See Also:
  • Constructor Details

    • AuditEventTO

      public AuditEventTO()
  • Method Details

    • getKey

      public String getKey()
      Specified by:
      getKey in interface EntityTO
    • setKey

      @PathParam("key") public void setKey(String key)
      Specified by:
      setKey in interface EntityTO
    • getOpEvent

      public OpEvent getOpEvent()
    • setOpEvent

      public void setOpEvent(OpEvent opEvent)
    • getWho

      public String getWho()
    • setWho

      public void setWho(String who)
    • getWhen

      public OffsetDateTime getWhen()
    • setWhen

      public void setWhen(OffsetDateTime when)
    • getBefore

      public String getBefore()
    • setBefore

      public void setBefore(String before)
    • getInputs

      public List<String> getInputs()
    • getOutput

      public String getOutput()
    • setOutput

      public void setOutput(String output)
    • getThrowable

      public String getThrowable()
    • setThrowable

      public void setThrowable(String throwable)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object