public class BaseEchoResponse extends DayuBean implements java.io.Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.String |
ActionStatus |
protected java.lang.Integer |
ErrorCode |
protected java.lang.String |
ErrorInfo |
| 构造器和说明 |
|---|
BaseEchoResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getActionStatus() |
java.lang.Integer |
getErrorCode() |
java.lang.String |
getErrorInfo() |
BaseEchoResponse |
setActionStatus(java.lang.String actionStatus) |
BaseEchoResponse |
setErrorCode(java.lang.Integer errorCode) |
BaseEchoResponse |
setErrorInfo(java.lang.String errorInfo) |
protected java.lang.String ActionStatus
protected java.lang.String ErrorInfo
protected java.lang.Integer ErrorCode
public java.lang.String getActionStatus()
public BaseEchoResponse setActionStatus(java.lang.String actionStatus)
public java.lang.String getErrorInfo()
public BaseEchoResponse setErrorInfo(java.lang.String errorInfo)
public java.lang.Integer getErrorCode()
public BaseEchoResponse setErrorCode(java.lang.Integer errorCode)
Copyright © 2019. All Rights Reserved.