public final class Result<T extends Object>
private final Boolean
isSuccess
isError
Result(T data)
Result(ChatError error)
final Boolean
getIsSuccess()
getIsError()
final T
data()
final ChatError
error()
Boolean
equals(Object other)
Integer
hashCode()
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Boolean getIsSuccess()
final Boolean getIsError()
final T data()
final ChatError error()
Boolean equals(Object other)
Integer hashCode()