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