Class CommandResult
java.lang.Object
com.iohao.net.extension.client.command.CommandResult
Callback result wrapper with lazy response payload decoding helpers.
- Author:
- 渔民小镇
- date:
- 2023-07-08
-
Constructor Details
-
CommandResult
-
-
Method Details
-
getMsgId
public int getMsgId() -
getCmdInfo
-
getValue
-
listValue
-
getString
-
listString
-
getInt
public int getInt() -
listInt
-
getLong
public long getLong() -
listLong
-
getBoolean
public boolean getBoolean() -
listBoolean
-
toString
-