public class PlaybackPolicy extends AbstractModel
构造器和说明 |
---|
PlaybackPolicy() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getLicenseDurationSeconds()
Get 播放许可证的有效期
|
Integer |
getPlaybackDurationSeconds()
Get 开始播放后,允许最长播放时间
|
void |
setLicenseDurationSeconds(Integer LicenseDurationSeconds)
Set 播放许可证的有效期
|
void |
setPlaybackDurationSeconds(Integer 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 Integer getLicenseDurationSeconds()
public void setLicenseDurationSeconds(Integer LicenseDurationSeconds)
LicenseDurationSeconds
- 播放许可证的有效期public Integer getPlaybackDurationSeconds()
public void setPlaybackDurationSeconds(Integer PlaybackDurationSeconds)
PlaybackDurationSeconds
- 开始播放后,允许最长播放时间Copyright © 2020. All rights reserved.