public class URLNotice extends AbstractModel
Constructor and Description |
---|
URLNotice() |
URLNotice(URLNotice 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 |
---|---|
Long |
getIsValid()
Get Whether verification is passed.
|
String |
getURL()
Get Callback URL, which can contain up to 256 characters
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getValidationCode()
Get Verification code
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsValid(Long IsValid)
Set Whether verification is passed.
|
void |
setURL(String URL)
Set Callback URL, which can contain up to 256 characters
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setValidationCode(String ValidationCode)
Set Verification code
Note: this field may return null, indicating that no valid values can be obtained.
|
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 URLNotice()
public URLNotice(URLNotice source)
public String getURL()
public void setURL(String URL)
URL
- Callback URL, which can contain up to 256 characters
Note: this field may return null, indicating that no valid values can be obtained.public Long getIsValid()
public void setIsValid(Long IsValid)
IsValid
- Whether verification is passed. Valid values: 0 (no), 1 (yes)
Note: this field may return null, indicating that no valid values can be obtained.public String getValidationCode()
public void setValidationCode(String ValidationCode)
ValidationCode
- Verification code
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.