public class ClipRangeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ClipRangeInfo()  | 
ClipRangeInfo(ClipRangeInfo 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 | 
getOffset()
Deprecated.   
 | 
String | 
getType()
Get The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional. 
 | 
void | 
setOffset(Long Offset)
Deprecated.   
 | 
void | 
setType(String Type)
Set The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional. 
 | 
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 ClipRangeInfo()
public ClipRangeInfo(ClipRangeInfo source)
public String getType()
public void setType(String Type)
Type - The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional.@Deprecated public Long getOffset()
@Deprecated public void setOffset(Long Offset)
Offset - Offset, valid when Type is SpecifyTimeRange.Copyright © 2025. All rights reserved.