public class AlipaySecurityRiskPolicyQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySecurityRiskPolicyQueryResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getHasToCheck()
Gets has to check.
|
Long |
getLevel()
Gets level.
|
Boolean |
getQuerySuccess()
Gets query success.
|
String |
getSecurityId()
Gets security id.
|
Boolean |
getSuccess()
Gets success.
|
String |
getTemplateCode()
Gets template code.
|
String |
getTemplateDesc()
Gets template desc.
|
String |
getVerifyId()
Gets verify id.
|
String |
getVerifyUrl()
Gets verify url.
|
void |
setHasToCheck(Boolean hasToCheck)
Sets has to check.
|
void |
setLevel(Long level)
Sets level.
|
void |
setQuerySuccess(Boolean querySuccess)
Sets query success.
|
void |
setSecurityId(String securityId)
Sets security id.
|
void |
setSuccess(Boolean success)
Sets success.
|
void |
setTemplateCode(String templateCode)
Sets template code.
|
void |
setTemplateDesc(String templateDesc)
Sets template desc.
|
void |
setVerifyId(String verifyId)
Sets verify id.
|
void |
setVerifyUrl(String verifyUrl)
Sets verify url.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySecurityRiskPolicyQueryResponse()
public void setHasToCheck(Boolean hasToCheck)
hasToCheck
- the has to checkpublic Boolean getHasToCheck()
public void setLevel(Long level)
level
- the levelpublic Long getLevel()
public void setQuerySuccess(Boolean querySuccess)
querySuccess
- the query successpublic Boolean getQuerySuccess()
public void setSecurityId(String securityId)
securityId
- the security idpublic String getSecurityId()
public void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
public void setTemplateCode(String templateCode)
templateCode
- the template codepublic String getTemplateCode()
public void setTemplateDesc(String templateDesc)
templateDesc
- the template descpublic String getTemplateDesc()
public void setVerifyId(String verifyId)
verifyId
- the verify idpublic String getVerifyId()
public void setVerifyUrl(String verifyUrl)
verifyUrl
- the verify urlpublic String getVerifyUrl()
Copyright © 2018. All rights reserved.