public class PushUrlCacheRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PushUrlCacheRequest()  | 
PushUrlCacheRequest(PushUrlCacheRequest 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 [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
String[] | 
getUrls()
Get List of prefetched URLs. 
 | 
void | 
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. 
 | 
void | 
setUrls(String[] Urls)
Set List of prefetched URLs. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PushUrlCacheRequest()
public PushUrlCacheRequest(PushUrlCacheRequest source)
public String[] getUrls()
public void setUrls(String[] Urls)
Urls - List of prefetched URLs. Up to 20 ones can be specified at a time.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.Copyright © 2025. All rights reserved.