Class DeleteWaterPrintKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.DeleteWaterPrintKeyRequest
-
public class DeleteWaterPrintKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteWaterPrintKeyRequest()DeleteWaterPrintKeyRequest(DeleteWaterPrintKeyRequest 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 资源实例IDStringgetKeyId()Get 水印密钥IDvoidsetInstanceId(String InstanceId)Set 资源实例IDvoidsetKeyId(String KeyId)Set 水印密钥IDvoidtoMap(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
-
DeleteWaterPrintKeyRequest
public DeleteWaterPrintKeyRequest()
-
DeleteWaterPrintKeyRequest
public DeleteWaterPrintKeyRequest(DeleteWaterPrintKeyRequest 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
-
getKeyId
public String getKeyId()
Get 水印密钥ID- Returns:
- KeyId 水印密钥ID
-
setKeyId
public void setKeyId(String KeyId)
Set 水印密钥ID- Parameters:
KeyId- 水印密钥ID
-
-