Package cn.ucloud.common.response
Class Response
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
public class Response extends Object
Response is the base-class of all response object
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()StringgetMessage()StringgetRequestId()IntegergetRetCode()voidsetAction(String action)voidsetMessage(String message)voidsetRequestId(String requestId)voidsetRetCode(Integer retCode)
-
-
-
Method Detail
-
getRequestId
public String getRequestId()
-
setRequestId
public void setRequestId(String requestId)
-
getRetCode
public Integer getRetCode()
-
setRetCode
public void setRetCode(Integer retCode)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
-