Class EnableCachesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.EnableCachesRequest
-
public class EnableCachesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()Get URL封禁日期String[]getUrls()Get 解封 URL 列表voidsetDate(String Date)Set URL封禁日期voidsetUrls(String[] Urls)Set 解封 URL 列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EnableCachesRequest
public EnableCachesRequest()
-
EnableCachesRequest
public 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.
-
-
Method Detail
-
getUrls
public String[] getUrls()
Get 解封 URL 列表- Returns:
- Urls 解封 URL 列表
-
setUrls
public void setUrls(String[] Urls)
Set 解封 URL 列表- Parameters:
Urls- 解封 URL 列表
-
getDate
public String getDate()
Get URL封禁日期- Returns:
- Date URL封禁日期
-
setDate
public void setDate(String Date)
Set URL封禁日期- Parameters:
Date- URL封禁日期
-
-