Class CreateWaterPrintConfigRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.CreateWaterPrintConfigRequest
-
public class CreateWaterPrintConfigRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateWaterPrintConfigRequest()CreateWaterPrintConfigRequest(CreateWaterPrintConfigRequest 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 StringgetInstanceId()Get 资源实例IDWaterPrintConfiggetWaterPrintConfig()Get 水印防护配置voidsetInstanceId(String InstanceId)Set 资源实例IDvoidsetWaterPrintConfig(WaterPrintConfig WaterPrintConfig)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
-
CreateWaterPrintConfigRequest
public CreateWaterPrintConfigRequest()
-
CreateWaterPrintConfigRequest
public CreateWaterPrintConfigRequest(CreateWaterPrintConfigRequest 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
-
getInstanceId
public String getInstanceId()
Get 资源实例ID- Returns:
- InstanceId 资源实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 资源实例ID- Parameters:
InstanceId- 资源实例ID
-
getWaterPrintConfig
public WaterPrintConfig getWaterPrintConfig()
Get 水印防护配置- Returns:
- WaterPrintConfig 水印防护配置
-
setWaterPrintConfig
public void setWaterPrintConfig(WaterPrintConfig WaterPrintConfig)
Set 水印防护配置- Parameters:
WaterPrintConfig- 水印防护配置
-
-