public class AccountEventResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| AccountEventResponse(Instant time,
                    String type,
                    String clientName,
                    String userId,
                    String sessionId,
                    String ipAddress,
                    String error,
                    Map<String,String> details) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getClientName()Gets client id. | 
| Map<String,String> | getDetails()Gets details. | 
| String | getError()Gets error. | 
| String | getIpAddress()Gets ip address. | 
| String | getSessionId()Gets session id. | 
| Instant | getTime()Gets time. | 
| String | getType()Gets type. | 
| String | getUserId()Gets user id. | 
| int | hashCode() | 
| String | toString() | 
public Instant getTime()
public String getType()
public String getClientName()
public String getUserId()
public String getSessionId()
public String getIpAddress()
public String getError()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.