public class TimeShiftSettingsInfo extends AbstractModel
| Constructor and Description | 
|---|
| TimeShiftSettingsInfo() | 
| TimeShiftSettingsInfo(TimeShiftSettingsInfo 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 | getPlayDomain()Get Domain name bound for time shifting
Note: This field may return `null`, indicating that no valid value was found. | 
| Long | getStartoverWindow()Get Allowable time-shift period (s). | 
| String | getState()Get Whether to enable time shifting. | 
| void | setPlayDomain(String PlayDomain)Set Domain name bound for time shifting
Note: This field may return `null`, indicating that no valid value was found. | 
| void | setStartoverWindow(Long StartoverWindow)Set Allowable time-shift period (s). | 
| void | setState(String State)Set Whether to enable time shifting. | 
| 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, toJsonStringpublic TimeShiftSettingsInfo()
public TimeShiftSettingsInfo(TimeShiftSettingsInfo source)
public String getState()
public void setState(String State)
State - Whether to enable time shifting. Valid values: `OPEN`; `CLOSE`
Note: This field may return `null`, indicating that no valid value was found.public String getPlayDomain()
public void setPlayDomain(String PlayDomain)
PlayDomain - Domain name bound for time shifting
Note: This field may return `null`, indicating that no valid value was found.public Long getStartoverWindow()
public void setStartoverWindow(Long StartoverWindow)
StartoverWindow - Allowable time-shift period (s). Value range: [600, 1209600]. Default value: 300
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2021. All rights reserved.