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
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getSessionId
public String getSessionId()
-
getLocation
public LogsResponse.Location getLocation()
-
getUa
public String getUa()
-
getIpAddress
public String getIpAddress()
-
setSessionId
public void setSessionId(String sessionId)
-
setLocation
public void setLocation(LogsResponse.Location location)
-
setUa
public void setUa(String ua)
-
setIpAddress
public void setIpAddress(String ipAddress)
-
canEqual
protected boolean canEqual(Object other)
-
-