Uses of Class
com.tencentcloudapi.mps.v20190612.models.SvgWatermarkInputForUpdate
-
Packages that use SvgWatermarkInputForUpdate Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of SvgWatermarkInputForUpdate in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return SvgWatermarkInputForUpdate Modifier and Type Method Description SvgWatermarkInputForUpdateModifyWatermarkTemplateRequest. getSvgTemplate()Get SVG水印模板,当 Type 为 svg,该字段必填。当 Type 为 image 或 text,该字段无效。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type SvgWatermarkInputForUpdate Modifier and Type Method Description voidModifyWatermarkTemplateRequest. setSvgTemplate(SvgWatermarkInputForUpdate SvgTemplate)Set SVG水印模板,当 Type 为 svg,该字段必填。当 Type 为 image 或 text,该字段无效。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type SvgWatermarkInputForUpdate Constructor Description SvgWatermarkInputForUpdate(SvgWatermarkInputForUpdate 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.
-