public class CacheInfoInfo extends AbstractModel
Constructor and Description |
---|
CacheInfoInfo() |
CacheInfoInfo(CacheInfoInfo 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 |
getExt()
Get File extension.
|
Long |
getTimeout()
Get Timeout period (ms), which must be an integer multiple of 1000
.m3u8/.mpd: [1000, 60000]
.ts/.m4s/.mp4: [10000, 1800000]
|
void |
setExt(String Ext)
Set File extension.
|
void |
setTimeout(Long Timeout)
Set Timeout period (ms), which must be an integer multiple of 1000
.m3u8/.mpd: [1000, 60000]
.ts/.m4s/.mp4: [10000, 1800000]
|
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 CacheInfoInfo()
public CacheInfoInfo(CacheInfoInfo source)
public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- Timeout period (ms), which must be an integer multiple of 1000
.m3u8/.mpd: [1000, 60000]
.ts/.m4s/.mp4: [10000, 1800000]public String getExt()
public void setExt(String Ext)
Ext
- File extension. Valid values: .m3u8, .ts, .mpd, .m4s, .mp4
Note: this field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.