Class WaterMarkTimestamp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.WaterMarkTimestamp
-
public class WaterMarkTimestamp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WaterMarkTimestamp()WaterMarkTimestamp(WaterMarkTimestamp 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 LonggetPos()Get 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中LonggetTimeZone()Get 显示时间戳的时区,默认东八区voidsetPos(Long Pos)Set 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中voidsetTimeZone(Long TimeZone)Set 显示时间戳的时区,默认东八区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
-
WaterMarkTimestamp
public WaterMarkTimestamp()
-
WaterMarkTimestamp
public WaterMarkTimestamp(WaterMarkTimestamp 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
-
getPos
public Long getPos()
Get 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中- Returns:
- Pos 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中
-
setPos
public void setPos(Long Pos)
Set 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中- Parameters:
Pos- 时间戳的位置,取值范围0-6,分别代表上左,上右,下左,下右,上居中,下居中,居中
-
getTimeZone
public Long getTimeZone()
Get 显示时间戳的时区,默认东八区- Returns:
- TimeZone 显示时间戳的时区,默认东八区
-
setTimeZone
public void setTimeZone(Long TimeZone)
Set 显示时间戳的时区,默认东八区- Parameters:
TimeZone- 显示时间戳的时区,默认东八区
-
-