public class WaterPrintConfig extends AbstractModel
Constructor and Description |
---|
WaterPrintConfig() |
WaterPrintConfig(WaterPrintConfig 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 |
getCloudSdkProxy()
Get Whether to enable proxy.
|
WaterPrintKey[] |
getKeys()
Get A list of watermark keys is generated after a watermark is added successfully.
|
ForwardListener[] |
getListeners()
Get List of forwarding listeners configured
|
Long |
getOffset()
Get Watermark offset.
|
Long |
getOpenStatus()
Get Start status.
|
String |
getVerify()
Get Watermark checking mode, which can be:
`checkall`: normal mode
`shortfpcheckall`: compact mode
]
|
void |
setCloudSdkProxy(Long CloudSdkProxy)
Set Whether to enable proxy.
|
void |
setKeys(WaterPrintKey[] Keys)
Set A list of watermark keys is generated after a watermark is added successfully.
|
void |
setListeners(ForwardListener[] Listeners)
Set List of forwarding listeners configured
|
void |
setOffset(Long Offset)
Set Watermark offset.
|
void |
setOpenStatus(Long OpenStatus)
Set Start status.
|
void |
setVerify(String Verify)
Set Watermark checking mode, which can be:
`checkall`: normal mode
`shortfpcheckall`: compact mode
]
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public WaterPrintConfig()
public WaterPrintConfig(WaterPrintConfig source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Watermark offset. Value range: [0, 100).public Long getOpenStatus()
public void setOpenStatus(Long OpenStatus)
OpenStatus
- Start status. Valid values:
`0`: manual start
`1`: instant start
]public ForwardListener[] getListeners()
public void setListeners(ForwardListener[] Listeners)
Listeners
- List of forwarding listeners configuredpublic WaterPrintKey[] getKeys()
public void setKeys(WaterPrintKey[] Keys)
Keys
- A list of watermark keys is generated after a watermark is added successfully. Each watermark can have up to 2 keys. When there is only one valid key, it cannot be deleted.public String getVerify()
public void setVerify(String Verify)
Verify
- Watermark checking mode, which can be:
`checkall`: normal mode
`shortfpcheckall`: compact mode
]public Long getCloudSdkProxy()
public void setCloudSdkProxy(Long CloudSdkProxy)
CloudSdkProxy
- Whether to enable proxy. Values: `1` (Enable proxy and ignore IP+port verification), `0` (Do not enable proxy and IP+port verification is required)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.