Class AdminUsersSessionListResponse.ActiveSession
java.lang.Object
com.slack.api.methods.response.admin.users.AdminUsersSessionListResponse.ActiveSession
- Enclosing class:
- AdminUsersSessionListResponse
public static class AdminUsersSessionListResponse.ActiveSession extends Object
-
Constructor Summary
Constructors Constructor Description ActiveSession() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AdminUsersSessionListResponse.ActiveSessionCreatedgetCreated()StringgetSessionId()StringgetTeamId()StringgetUserId()inthashCode()voidsetCreated(AdminUsersSessionListResponse.ActiveSessionCreated created)voidsetSessionId(String sessionId)voidsetTeamId(String teamId)voidsetUserId(String userId)StringtoString()
-
Constructor Details
-
ActiveSession
public ActiveSession()
-
-
Method Details
-
getUserId
-
getSessionId
-
getTeamId
-
getCreated
-
setUserId
-
setSessionId
-
setTeamId
-
setCreated
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-