public class SegmentSpecificInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SegmentSpecificInfo() | 
| SegmentSpecificInfo(SegmentSpecificInfo 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 | getFragmentEndNum()Get Number of effective segments, indicating the first FragmentEndNum segments with FragmentTime. | 
| Long | getFragmentTime()Get Segment duration at startup. | 
| String | getSwitch()Get Switch for segment duration at startup. | 
| void | setFragmentEndNum(Long FragmentEndNum)Set Number of effective segments, indicating the first FragmentEndNum segments with FragmentTime. | 
| void | setFragmentTime(Long FragmentTime)Set Segment duration at startup. | 
| void | setSwitch(String Switch)Set Switch for segment duration at startup. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SegmentSpecificInfo()
public SegmentSpecificInfo(SegmentSpecificInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Switch for segment duration at startup. Optional values:
on: Turn on the switch
off: Turn off the switch
Default value: off
Note: This field may return null, indicating that no valid value can be obtained.public Long getFragmentTime()
public void setFragmentTime(Long FragmentTime)
FragmentTime - Segment duration at startup. Unit: second
Note: This field may return null, indicating that no valid value can be obtained.public Long getFragmentEndNum()
public void setFragmentEndNum(Long FragmentEndNum)
FragmentEndNum - Number of effective segments, indicating the first FragmentEndNum segments with FragmentTime. Value range: >=1
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.