Class WaterPrintRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.WaterPrintRelation
-
public class WaterPrintRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WaterPrintRelation()WaterPrintRelation(WaterPrintRelation 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 InstanceRelation[]getInstanceDetailList()Get 水印配置所属的资源实例WaterPrintConfiggetWaterPrintConfig()Get 水印配置voidsetInstanceDetailList(InstanceRelation[] InstanceDetailList)Set 水印配置所属的资源实例voidsetWaterPrintConfig(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
-
WaterPrintRelation
public WaterPrintRelation()
-
WaterPrintRelation
public WaterPrintRelation(WaterPrintRelation 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
-
getWaterPrintConfig
public WaterPrintConfig getWaterPrintConfig()
Get 水印配置- Returns:
- WaterPrintConfig 水印配置
-
setWaterPrintConfig
public void setWaterPrintConfig(WaterPrintConfig WaterPrintConfig)
Set 水印配置- Parameters:
WaterPrintConfig- 水印配置
-
getInstanceDetailList
public InstanceRelation[] getInstanceDetailList()
Get 水印配置所属的资源实例- Returns:
- InstanceDetailList 水印配置所属的资源实例
-
setInstanceDetailList
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 水印配置所属的资源实例- Parameters:
InstanceDetailList- 水印配置所属的资源实例
-
-