public class TraceWatermarkInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
TraceWatermarkInput() |
TraceWatermarkInput(TraceWatermarkInput 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 |
getDefinition()
Get This parameter has been deprecated.
|
String |
getSwitch()
Get Whether to use digital watermarks.
|
void |
setDefinition(Long Definition)
Set This parameter has been deprecated.
|
void |
setSwitch(String Switch)
Set Whether to use digital watermarks.
|
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 TraceWatermarkInput()
public TraceWatermarkInput(TraceWatermarkInput source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to use digital watermarks. This parameter is required. Valid values:
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- This parameter has been deprecated.Copyright © 2024. All rights reserved.