Class DisableCachesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.DisableCachesRequest
-
public class DisableCachesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getUrls()Get 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条voidsetUrls(String[] Urls)Set 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条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
-
DisableCachesRequest
public DisableCachesRequest()
-
DisableCachesRequest
public 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.
-
-
Method Detail
-
getUrls
public String[] getUrls()
Get 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条- Returns:
- Urls 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条
-
setUrls
public void setUrls(String[] Urls)
Set 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条- Parameters:
Urls- 禁用的 URL 列表(分协议生效,必须包含http://或https://) 每次最多可提交 100 条,每日最多可提交 3000 条
-
-