public class RefreshUrlCacheRequest extends AbstractModel
Constructor and Description |
---|
RefreshUrlCacheRequest() |
RefreshUrlCacheRequest(RefreshUrlCacheRequest 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 |
---|---|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
String[] |
getUrls()
Get The URLs to purge.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setUrls(String[] Urls)
Set The URLs to purge.
|
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 RefreshUrlCacheRequest()
public RefreshUrlCacheRequest(RefreshUrlCacheRequest source)
public String[] getUrls()
public void setUrls(String[] Urls)
Urls
- The URLs to purge. You can specify up to 20 URLs per request.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.Copyright © 2023. All rights reserved.