public class DynamicImageInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getQuality()Get 画面质量,范围:1~100。
对于webp格式,默认:75
对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。 | 
| void | setQuality(Long Quality)Set 画面质量,范围:1~100。
对于webp格式,默认:75
对于gif格式,小于10为低质量,大于50为高质量,其它为普通。默认:低质量。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DynamicImageInfo()
public DynamicImageInfo(DynamicImageInfo source)
public Long getQuality()
public void setQuality(Long Quality)
Quality - 画面质量,范围:1~100。
Copyright © 2025. All rights reserved.