Package com.slack.api.audit.response
Class LogsResponse.Context
java.lang.Object
com.slack.api.audit.response.LogsResponse.Context
- Enclosing class:
- LogsResponse
public static class LogsResponse.Context extends Object
-
Constructor Summary
Constructors Constructor Description Context() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetIpAddress()LogsResponse.LocationgetLocation()StringgetSessionId()StringgetUa()inthashCode()voidsetIpAddress(String ipAddress)voidsetLocation(LogsResponse.Location location)voidsetSessionId(String sessionId)voidsetUa(String ua)StringtoString()
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getSessionId
-
getLocation
-
getUa
-
getIpAddress
-
setSessionId
-
setLocation
-
setUa
-
setIpAddress
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-