Class DynamicImageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.DynamicImageInfo
-
public class DynamicImageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DynamicImageInfo()DynamicImageInfo(DynamicImageInfo 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 LonggetQuality()Get 画面质量,范围:1~100。 对于webp格式,默认:75 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。voidsetQuality(Long Quality)Set 画面质量,范围:1~100。 对于webp格式,默认:75 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。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
-
DynamicImageInfo
public DynamicImageInfo()
-
DynamicImageInfo
public DynamicImageInfo(DynamicImageInfo 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
-
getQuality
public Long getQuality()
Get 画面质量,范围:1~100。- 对于webp格式,默认:75
- 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。
- Returns:
- Quality 画面质量,范围:1~100。
- 对于webp格式,默认:75
- 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。
-
setQuality
public void setQuality(Long Quality)
Set 画面质量,范围:1~100。- 对于webp格式,默认:75
- 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。
- Parameters:
Quality- 画面质量,范围:1~100。- 对于webp格式,默认:75
- 对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。
-
-