public class LoginEventResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| LoginEventResponse(String username,
                  String type,
                  long time,
                  String ipAddress,
                  String clientName) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getClientName()Get the client name. | 
| String | getIpAddress()Get the ip address. | 
| long | getTime()Gets the time. | 
| String | getType()Gets the type. | 
| String | getUsername()Gets the username. | 
| int | hashCode() | 
| String | toString() | 
public String getUsername()
public String getType()
public long getTime()
public String getIpAddress()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.