Package com.slack.api.audit.response
Class LogsResponse.MessageRetentionPolicy
- java.lang.Object
-
- com.slack.api.audit.response.LogsResponse.MessageRetentionPolicy
-
- Enclosing class:
- LogsResponse
public static class LogsResponse.MessageRetentionPolicy extends Object
-
-
Constructor Summary
Constructors Constructor Description MessageRetentionPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Integer
getDurationDays()
String
getType()
int
hashCode()
void
setDurationDays(Integer durationDays)
void
setType(String type)
String
toString()
-