接口 IResultCode
-
@Deprecated public interface IResultCode已过时。IResultCode.- 作者:
- klw
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 intgetCode()已过时。Get the result code.java.lang.StringgetCodeMsg()已过时。Get the result code's message.
-
@Deprecated
public interface IResultCode
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
int |
getCode() |
已过时。
Get the result code.
|
java.lang.String |
getCodeMsg() |
已过时。
Get the result code's message.
|