public class DisableCachesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DisableCachesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getUrls()Get List of URLs to be blocked
Up to 100 entries can be submitted at a time and 3,000 entries per day. | 
| void | setUrls(String[] Urls)Set List of URLs to be blocked
Up to 100 entries can be submitted at a time and 3,000 entries per day. | 
| 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, toJsonStringpublic String[] getUrls()
public void setUrls(String[] Urls)
Urls - List of URLs to be blocked
Up to 100 entries can be submitted at a time and 3,000 entries per day.Copyright © 2021. All rights reserved.