java.lang.Object
com.liferay.portal.security.audit.rest.dto.v1_0.AuditEvent
All Implemented Interfaces:
Serializable

@Generated("") public class AuditEvent extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • accountId

      protected Long accountId
    • additionalInfo

      protected Map<String,?> additionalInfo
    • clientHost

      protected String clientHost
    • clientIP

      protected String clientIP
    • contextName

      protected String contextName
    • creator

      protected com.liferay.headless.delivery.dto.v1_0.Creator creator
    • dateCreated

      protected Date dateCreated
    • entityId

      protected Long entityId
    • entityType

      protected String entityType
    • eventType

      protected String eventType
    • groupId

      protected Long groupId
    • id

      protected Long id
    • serverName

      protected String serverName
    • xClassName

      public String xClassName
  • Constructor Details

    • AuditEvent

      public AuditEvent()
  • Method Details

    • toDTO

      public static AuditEvent toDTO(String json)
    • unsafeToDTO

      public static AuditEvent unsafeToDTO(String json)
    • getAccountId

      public Long getAccountId()
    • setAccountId

      public void setAccountId(Long accountId)
    • setAccountId

      public void setAccountId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> accountIdUnsafeSupplier)
    • getAdditionalInfo

      @Valid public @Valid Map<String,?> getAdditionalInfo()
    • setAdditionalInfo

      public void setAdditionalInfo(Map<String,?> additionalInfo)
    • setAdditionalInfo

      public void setAdditionalInfo(com.liferay.petra.function.UnsafeSupplier<Map<String,?>,Exception> additionalInfoUnsafeSupplier)
    • getClientHost

      public String getClientHost()
    • setClientHost

      public void setClientHost(String clientHost)
    • setClientHost

      public void setClientHost(com.liferay.petra.function.UnsafeSupplier<String,Exception> clientHostUnsafeSupplier)
    • getClientIP

      public String getClientIP()
    • setClientIP

      public void setClientIP(String clientIP)
    • setClientIP

      public void setClientIP(com.liferay.petra.function.UnsafeSupplier<String,Exception> clientIPUnsafeSupplier)
    • getContextName

      public String getContextName()
    • setContextName

      public void setContextName(String contextName)
    • setContextName

      public void setContextName(com.liferay.petra.function.UnsafeSupplier<String,Exception> contextNameUnsafeSupplier)
    • getCreator

      @Valid public @Valid com.liferay.headless.delivery.dto.v1_0.Creator getCreator()
    • setCreator

      public void setCreator(com.liferay.headless.delivery.dto.v1_0.Creator creator)
    • setCreator

      public void setCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.delivery.dto.v1_0.Creator,Exception> creatorUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getEntityId

      public Long getEntityId()
    • setEntityId

      public void setEntityId(Long entityId)
    • setEntityId

      public void setEntityId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> entityIdUnsafeSupplier)
    • getEntityType

      public String getEntityType()
    • setEntityType

      public void setEntityType(String entityType)
    • setEntityType

      public void setEntityType(com.liferay.petra.function.UnsafeSupplier<String,Exception> entityTypeUnsafeSupplier)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • setEventType

      public void setEventType(com.liferay.petra.function.UnsafeSupplier<String,Exception> eventTypeUnsafeSupplier)
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • setGroupId

      public void setGroupId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> groupIdUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getServerName

      public String getServerName()
    • setServerName

      public void setServerName(String serverName)
    • setServerName

      public void setServerName(com.liferay.petra.function.UnsafeSupplier<String,Exception> serverNameUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object