public class DescribePolicyGroupInfoCallback extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupInfoCallback() |
DescribePolicyGroupInfoCallback(DescribePolicyGroupInfoCallback source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 DescribePolicyGroupInfoCallback()
public DescribePolicyGroupInfoCallback(DescribePolicyGroupInfoCallback source)
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 © 2023. All rights reserved.