Class SnapshotWhiteboard
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.SnapshotWhiteboard
-
public class SnapshotWhiteboard extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetHeight()Get 白板高度大小,默认为720,有效取值范围[0,2560]StringgetInitParams()Get 白板初始化参数的JSON转义字符串,透传到白板 SDKLonggetWidth()Get 白板宽度大小,默认为1280,有效取值范围[0,2560]voidsetHeight(Long Height)Set 白板高度大小,默认为720,有效取值范围[0,2560]voidsetInitParams(String InitParams)Set 白板初始化参数的JSON转义字符串,透传到白板 SDKvoidsetWidth(Long Width)Set 白板宽度大小,默认为1280,有效取值范围[0,2560]voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SnapshotWhiteboard
public SnapshotWhiteboard()
-
SnapshotWhiteboard
public 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.
-
-
Method Detail
-
getWidth
public Long getWidth()
Get 白板宽度大小,默认为1280,有效取值范围[0,2560]- Returns:
- Width 白板宽度大小,默认为1280,有效取值范围[0,2560]
-
setWidth
public void setWidth(Long Width)
Set 白板宽度大小,默认为1280,有效取值范围[0,2560]- Parameters:
Width- 白板宽度大小,默认为1280,有效取值范围[0,2560]
-
getHeight
public Long getHeight()
Get 白板高度大小,默认为720,有效取值范围[0,2560]- Returns:
- Height 白板高度大小,默认为720,有效取值范围[0,2560]
-
setHeight
public void setHeight(Long Height)
Set 白板高度大小,默认为720,有效取值范围[0,2560]- Parameters:
Height- 白板高度大小,默认为720,有效取值范围[0,2560]
-
getInitParams
public String getInitParams()
Get 白板初始化参数的JSON转义字符串,透传到白板 SDK- Returns:
- InitParams 白板初始化参数的JSON转义字符串,透传到白板 SDK
-
setInitParams
public void setInitParams(String InitParams)
Set 白板初始化参数的JSON转义字符串,透传到白板 SDK- Parameters:
InitParams- 白板初始化参数的JSON转义字符串,透传到白板 SDK
-
-