public class MotionGraphicsActivateSetting extends AbstractModel
header, skipSign
Constructor and Description |
---|
MotionGraphicsActivateSetting() |
MotionGraphicsActivateSetting(MotionGraphicsActivateSetting 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 |
getDuration()
Get Duration in ms, valid when MOTION_Graphics_ACTIVATE, required; An integer in the range of 0-86400000, where 0 represents the duration until the end of the live stream.
|
String |
getUrl()
Get The address of HTML5 needs to comply with the format specification of http/https.
|
void |
setDuration(Long Duration)
Set Duration in ms, valid when MOTION_Graphics_ACTIVATE, required; An integer in the range of 0-86400000, where 0 represents the duration until the end of the live stream.
|
void |
setUrl(String Url)
Set The address of HTML5 needs to comply with the format specification of http/https.
|
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, toJsonString
public MotionGraphicsActivateSetting()
public MotionGraphicsActivateSetting(MotionGraphicsActivateSetting source)
public Long getDuration()
public void setDuration(Long Duration)
Duration
- Duration in ms, valid when MOTION_Graphics_ACTIVATE, required; An integer in the range of 0-86400000, where 0 represents the duration until the end of the live stream.public String getUrl()
public void setUrl(String Url)
Url
- The address of HTML5 needs to comply with the format specification of http/https.Copyright © 2025. All rights reserved.