public class AlipayIserviceCognitiveImageRouteQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayIserviceCognitiveImageRouteQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg()
Gets error msg.
|
String |
getRes()
Gets res.
|
Boolean |
getSuccess()
Gets success.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setRes(String res)
Sets res.
|
void |
setSuccess(Boolean success)
Sets success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayIserviceCognitiveImageRouteQueryResponse()
public void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setErrorMsg(String errorMsg)
errorMsg
- the error msgpublic String getErrorMsg()
public void setRes(String res)
res
- the respublic String getRes()
public void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.