Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.WaterPrintKey
-
Packages that use WaterPrintKey Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of WaterPrintKey in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return WaterPrintKey Modifier and Type Method Description WaterPrintKey[]WaterPrintConfig. getKeys()Get 水印添加成功后生成的水印密钥列表,一条水印最少1个密钥,最多2个密钥Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type WaterPrintKey Modifier and Type Method Description voidWaterPrintConfig. setKeys(WaterPrintKey[] Keys)Set 水印添加成功后生成的水印密钥列表,一条水印最少1个密钥,最多2个密钥Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type WaterPrintKey Constructor Description WaterPrintKey(WaterPrintKey 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.
-