Package com.slack.api.model
Class ThreadInfo
- java.lang.Object
-
- com.slack.api.model.ThreadInfo
-
public class ThreadInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ThreadInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Integer
getCount()
int
hashCode()
boolean
isComplete()
void
setComplete(boolean complete)
void
setCount(Integer count)
String
toString()
-