public class DynamicRangeInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DynamicRangeInfo() |
DynamicRangeInfo(DynamicRangeInfo 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 |
---|---|
String |
getHDRType()
Get The HDR type.
|
String |
getType()
Get The dynamic range information.
|
void |
setHDRType(String HDRType)
Set The HDR type.
|
void |
setType(String Type)
Set The dynamic range information.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DynamicRangeInfo()
public DynamicRangeInfo(DynamicRangeInfo source)
public String getType()
public void setType(String Type)
Type
- The dynamic range information. Valid values:
public String getHDRType()
public void setHDRType(String HDRType)
HDRType
- The HDR type. This parameter is valid only if `Type` is `HDR`. Valid values:
Copyright © 2024. All rights reserved.