public class SnapshotWhiteboard extends AbstractModel
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 Whiteboard height.
|
String |
getInitParams()
Get Escaped JSON string of the whiteboard initial parameters, which is passed through to the Tencent Interactive Whiteboard SDK.
|
Long |
getWidth()
Get Whiteboard width.
|
void |
setHeight(Long Height)
Set Whiteboard height.
|
void |
setInitParams(String InitParams)
Set Escaped JSON string of the whiteboard initial parameters, which is passed through to the Tencent Interactive Whiteboard SDK.
|
void |
setWidth(Long Width)
Set Whiteboard width.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SnapshotWhiteboard()
public SnapshotWhiteboard(SnapshotWhiteboard source)
public Long getWidth()
public void setWidth(Long Width)
Width
- Whiteboard width. Valid range: [0,2560]. Default value: 1280.public Long getHeight()
public void setHeight(Long Height)
Height
- Whiteboard height. Valid range: [0,2560]. Default value: 720.public String getInitParams()
public void setInitParams(String InitParams)
InitParams
- Escaped JSON string of the whiteboard initial parameters, which is passed through to the Tencent Interactive Whiteboard SDK.Copyright © 2023. All rights reserved.