public class PlaybackPolicy extends AbstractModel
Constructor and Description |
---|
PlaybackPolicy() |
Modifier and Type | Method and Description |
---|---|
Long |
getLicenseDurationSeconds()
Get 播放许可证的有效期
|
Long |
getPlaybackDurationSeconds()
Get 开始播放后,允许最长播放时间
|
void |
setLicenseDurationSeconds(Long LicenseDurationSeconds)
Set 播放许可证的有效期
|
void |
setPlaybackDurationSeconds(Long PlaybackDurationSeconds)
Set 开始播放后,允许最长播放时间
|
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 Long getLicenseDurationSeconds()
public void setLicenseDurationSeconds(Long LicenseDurationSeconds)
LicenseDurationSeconds
- 播放许可证的有效期public Long getPlaybackDurationSeconds()
public void setPlaybackDurationSeconds(Long PlaybackDurationSeconds)
PlaybackDurationSeconds
- 开始播放后,允许最长播放时间Copyright © 2020. All rights reserved.