public class AlipaySecurityRiskVerifyidentityApplyResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySecurityRiskVerifyidentityApplyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrCode()
Gets err code.
|
String |
getErrMessage()
Gets err message.
|
String |
getIsSuccess()
Gets is success.
|
String |
getUnusableProductList()
Gets unusable product list.
|
String |
getUsableProductGroup()
Gets usable product group.
|
void |
setErrCode(String errCode)
Sets err code.
|
void |
setErrMessage(String errMessage)
Sets err message.
|
void |
setIsSuccess(String isSuccess)
Sets is success.
|
void |
setUnusableProductList(String unusableProductList)
Sets unusable product list.
|
void |
setUsableProductGroup(String usableProductGroup)
Sets usable product group.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySecurityRiskVerifyidentityApplyResponse()
public void setErrCode(String errCode)
errCode
- the err codepublic String getErrCode()
public void setErrMessage(String errMessage)
errMessage
- the err messagepublic String getErrMessage()
public void setIsSuccess(String isSuccess)
isSuccess
- the is successpublic String getIsSuccess()
public void setUnusableProductList(String unusableProductList)
unusableProductList
- the unusable product listpublic String getUnusableProductList()
public void setUsableProductGroup(String usableProductGroup)
usableProductGroup
- the usable product grouppublic String getUsableProductGroup()
Copyright © 2018. All rights reserved.