public class SnapshotWhiteboard extends AbstractModel
header, skipSign
Constructor and Description |
---|
SnapshotWhiteboard() |
SnapshotWhiteboard(SnapshotWhiteboard 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 |
getHeight()
Get 白板高度大小,默认为720,有效取值范围[0,2560]
|
String |
getInitParams()
Get 白板初始化参数的JSON转义字符串,透传到白板 SDK
|
Long |
getWidth()
Get 白板宽度大小,默认为1280,有效取值范围[0,2560]
|
void |
setHeight(Long Height)
Set 白板高度大小,默认为720,有效取值范围[0,2560]
|
void |
setInitParams(String InitParams)
Set 白板初始化参数的JSON转义字符串,透传到白板 SDK
|
void |
setWidth(Long Width)
Set 白板宽度大小,默认为1280,有效取值范围[0,2560]
|
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 SnapshotWhiteboard()
public SnapshotWhiteboard(SnapshotWhiteboard source)
public Long getWidth()
public void setWidth(Long Width)
Width
- 白板宽度大小,默认为1280,有效取值范围[0,2560]public Long getHeight()
public void setHeight(Long Height)
Height
- 白板高度大小,默认为720,有效取值范围[0,2560]public String getInitParams()
public void setInitParams(String InitParams)
InitParams
- 白板初始化参数的JSON转义字符串,透传到白板 SDKCopyright © 2024. All rights reserved.