public class ZhimaCustomerAuthMutualviewApplyResponse extends AlipayResponse
Constructor and Description |
---|
ZhimaCustomerAuthMutualviewApplyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthId()
Gets auth id.
|
String |
getCancelResult()
Gets cancel result.
|
String |
getDescribe()
Gets describe.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMessage()
Gets error message.
|
String |
getOuterSign()
Gets outer sign.
|
void |
setAuthId(String authId)
Sets auth id.
|
void |
setCancelResult(String cancelResult)
Sets cancel result.
|
void |
setDescribe(String describe)
Sets describe.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMessage(String errorMessage)
Sets error message.
|
void |
setOuterSign(String outerSign)
Sets outer sign.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsg
public ZhimaCustomerAuthMutualviewApplyResponse()
public void setAuthId(String authId)
authId
- the auth idpublic String getAuthId()
public void setCancelResult(String cancelResult)
cancelResult
- the cancel resultpublic String getCancelResult()
public void setDescribe(String describe)
describe
- the describepublic String getDescribe()
public void setErrorCode(String errorCode)
AlipayResponse
setErrorCode
in class AlipayResponse
errorCode
- the error codepublic String getErrorCode()
AlipayResponse
getErrorCode
in class AlipayResponse
public void setErrorMessage(String errorMessage)
errorMessage
- the error messagepublic String getErrorMessage()
public void setOuterSign(String outerSign)
outerSign
- the outer signpublic String getOuterSign()
Copyright © 2018. All rights reserved.