public class DisableCachesRequest extends AbstractModel
Constructor and Description |
---|
DisableCachesRequest() |
DisableCachesRequest(DisableCachesRequest 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[] |
getUrls()
Get List of URLs to be blocked (URLs must contain `http://` or `https://`).
|
void |
setUrls(String[] Urls)
Set List of URLs to be blocked (URLs must contain `http://` or `https://`).
|
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 DisableCachesRequest()
public DisableCachesRequest(DisableCachesRequest source)
public String[] getUrls()
public void setUrls(String[] Urls)
Urls
- List of URLs to be blocked (URLs must contain `http://` or `https://`).
Up to 100 entries can be submitted at a time and 3,000 entries per day.Copyright © 2023. All rights reserved.