Serializable
Resp()
Resp<C,T>
code(C code)
data(T data)
static <C extends CodedEnum>Resp<C,Object>
error(HttpError<C> error)
error(HttpError<C> error, String alias)
C
getCode()
T
getData()
String
getMsg()
boolean
ifok()
msg(String msg)
static Resp<AradinCodedEnum,Object>
ok()
static <A> Resp<AradinCodedEnum,A>
ok(A data)
ok(C coded)
static <C extends CodedEnum, A>Resp<C,A>
ok(C coded, A data)
void
setCode(C code)
setData(T data)
setMsg(String msg)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object