public class WaterMarkTimestamp extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPos()
Get The position of the timestamp watermark.
|
Long |
getTimeZone()
Get The time zone.
|
void |
setPos(Long Pos)
Set The position of the timestamp watermark.
|
void |
setTimeZone(Long TimeZone)
Set The time zone.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WaterMarkTimestamp()
public WaterMarkTimestamp(WaterMarkTimestamp source)
public Long getPos()
public void setPos(Long Pos)
Pos
- The position of the timestamp watermark. Valid values: `0` (top left), `1` (top right), `2` (bottom left), `3` (bottom right), `4` (top center), `5` (bottom center), `6` (center).public Long getTimeZone()
public void setTimeZone(Long TimeZone)
TimeZone
- The time zone. The default is UTC+8.Copyright © 2024. All rights reserved.