Class O365AuditLogEventResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365AuditLogEventResponse

public final class O365AuditLogEventResponse extends Object
Office 365 Audit Log Event Response.
Author:
Nick Kasprzak
  • Constructor Details

    • O365AuditLogEventResponse

      public O365AuditLogEventResponse(String username, String locationId, String o365OrgUuid, String eventType, String consoleEntity, String entityName, Instant time, String ipAddress)
      Instantiates a new O 365 audit log event response.
      Parameters:
      username - the username
      locationId - the location id
      o365OrgUuid - the o 365 org uuid
      eventType - the event type
      consoleEntity - the console entity
      entityName - the entity name
      time - the time
      ipAddress - the ip address
  • Method Details

    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username
    • getLocationId

      public String getLocationId()
      Gets location id.
      Returns:
      the location id
    • getO365OrgUuid

      public String getO365OrgUuid()
      Gets o 365 org uuid.
      Returns:
      the o 365 org uuid
    • getEventType

      public String getEventType()
      Gets event type.
      Returns:
      the event type
    • getConsoleEntity

      public String getConsoleEntity()
      Gets console entity.
      Returns:
      the console entity
    • getEntityName

      public String getEntityName()
      Gets entity name.
      Returns:
      the entity name
    • getTime

      public Instant getTime()
      Gets time.
      Returns:
      the time
    • getIpAddress

      public String getIpAddress()
      Gets ip address.
      Returns:
      the ip address