public class EnableCachesRequest extends AbstractModel
Constructor and Description |
---|
EnableCachesRequest() |
EnableCachesRequest(EnableCachesRequest 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 |
getDate()
Get URL blocking date
|
String[] |
getUrls()
Get List of unblocked URLs
|
void |
setDate(String Date)
Set URL blocking date
|
void |
setUrls(String[] Urls)
Set List of unblocked URLs
|
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 EnableCachesRequest()
public EnableCachesRequest(EnableCachesRequest source)
public String[] getUrls()
public void setUrls(String[] Urls)
Urls
- List of unblocked URLspublic String getDate()
public void setDate(String Date)
Date
- URL blocking dateCopyright © 2023. All rights reserved.