public class DeviceSessionArg extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
sessionId |
protected String |
teamMemberId |
| Constructor and Description |
|---|
DeviceSessionArg(String sessionId,
String teamMemberId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSessionId()
The session id
|
String |
getTeamMemberId()
The unique id of the member owning the device
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String sessionId
protected final String teamMemberId
public DeviceSessionArg(String sessionId, String teamMemberId)
sessionId - The session id. Must not be null.teamMemberId - The unique id of the member owning the device. Must
not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public String getSessionId()
null.public String getTeamMemberId()
null.public String toStringMultiline()
The returned String may contain newlines.