public class CacheOptResult extends AbstractModel
Constructor and Description |
---|
CacheOptResult() |
Modifier and Type | Method and Description |
---|---|
String[] |
getFailUrls()
Get List of failed URLs
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getSuccessUrls()
Get List of succeeded URLs
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailUrls(String[] FailUrls)
Set List of failed URLs
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSuccessUrls(String[] SuccessUrls)
Set List of succeeded URLs
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 String[] getSuccessUrls()
public void setSuccessUrls(String[] SuccessUrls)
SuccessUrls
- List of succeeded URLs
Note: This field may return null, indicating that no valid values can be obtained.public String[] getFailUrls()
public void setFailUrls(String[] FailUrls)
FailUrls
- List of failed URLs
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.