public final class O365AuditLogEventResponse extends Object
| Constructor and Description | 
|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getConsoleEntity()Gets console entity. | 
| String | getEntityName()Gets entity name. | 
| String | getEventType()Gets event type. | 
| String | getIpAddress()Gets ip address. | 
| String | getLocationId()Gets location id. | 
| String | getO365OrgUuid()Gets o 365 org uuid. | 
| Instant | getTime()Gets time. | 
| String | getUsername()Gets username. | 
public O365AuditLogEventResponse(String username, String locationId, String o365OrgUuid, String eventType, String consoleEntity, String entityName, Instant time, String ipAddress)
username - the usernamelocationId - the location ido365OrgUuid - the o 365 org uuideventType - the event typeconsoleEntity - the console entityentityName - the entity nametime - the timeipAddress - the ip addresspublic String getUsername()
public String getLocationId()
public String getO365OrgUuid()
public String getEventType()
public String getConsoleEntity()
public String getEntityName()
public Instant getTime()
public String getIpAddress()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.