public class VideoList extends AbstractModel
header, skipSign
Constructor and Description |
---|
VideoList() |
VideoList(VideoList 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 |
getDeviceId()
Get 设备id
|
Long |
getHeight()
Get 子画面在输出时的高度,单位为像素值,不填默认为0。
|
String |
getProjectId()
Get 项目id
|
Long |
getVideoStreamId()
Get 流id
|
Long |
getWidth()
Get 子画面在输出时的宽度,单位为像素值,不填默认为0。
|
void |
setDeviceId(String DeviceId)
Set 设备id
|
void |
setHeight(Long Height)
Set 子画面在输出时的高度,单位为像素值,不填默认为0。
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setVideoStreamId(Long VideoStreamId)
Set 流id
|
void |
setWidth(Long Width)
Set 子画面在输出时的宽度,单位为像素值,不填默认为0。
|
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 VideoList()
public VideoList(VideoList source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备idpublic Long getVideoStreamId()
public void setVideoStreamId(Long VideoStreamId)
VideoStreamId
- 流idpublic Long getWidth()
public void setWidth(Long Width)
Width
- 子画面在输出时的宽度,单位为像素值,不填默认为0。public Long getHeight()
public void setHeight(Long Height)
Height
- 子画面在输出时的高度,单位为像素值,不填默认为0。Copyright © 2025. All rights reserved.