public final class LoginRequest extends Object
| Constructor and Description |
|---|
LoginRequest(String authenticationType,
String id,
String password,
String sessionId,
SystemInfo systemInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationType() |
String |
getId() |
String |
getPassword() |
String |
getSessionId() |
SystemInfo |
getSystemInfo() |
String |
toString() |
public LoginRequest(String authenticationType, String id, String password, String sessionId, SystemInfo systemInfo)
public String getAuthenticationType()
public String getId()
public String getPassword()
public String getSessionId()
public SystemInfo getSystemInfo()
Copyright © 2022. All rights reserved.