public class DescribePolicyGroupInfoCallback extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupInfoCallback() |
Modifier and Type | Method and Description |
---|---|
String |
getCallbackUrl()
Get URL of the user callback API.
|
Long |
getValidFlag()
Get Status of the user callback API.
|
String |
getVerifyCode()
Get Verification code of the user callback API.
|
void |
setCallbackUrl(String CallbackUrl)
Set URL of the user callback API.
|
void |
setValidFlag(Long ValidFlag)
Set Status of the user callback API.
|
void |
setVerifyCode(String VerifyCode)
Set Verification code of the user callback API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getCallbackUrl()
public void setCallbackUrl(String CallbackUrl)
CallbackUrl
- URL of the user callback API.public Long getValidFlag()
public void setValidFlag(Long ValidFlag)
ValidFlag
- Status of the user callback API. The value 0 indicates that the API is not verified. The value 1 indicates that the API is verified. The value 2 indicates that a URL exists but the API fails to be verified.public String getVerifyCode()
public void setVerifyCode(String VerifyCode)
VerifyCode
- Verification code of the user callback API.Copyright © 2020. All rights reserved.