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封禁日期
|
String[] |
getUrls()
Get 解封 URL 列表
|
void |
setDate(String Date)
Set URL封禁日期
|
void |
setUrls(String[] Urls)
Set 解封 URL 列表
|
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
- 解封 URL 列表public String getDate()
public void setDate(String Date)
Date
- URL封禁日期Copyright © 2022. All rights reserved.