Class LightResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.LightResult
-
public class LightResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LightResult()LightResult(LightResult 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 StringgetLightLevel()Get 光照程度,参考提交任务时的LightStandard指定的Name参数FloatgetLightValue()Get 光照亮度voidsetLightLevel(String LightLevel)Set 光照程度,参考提交任务时的LightStandard指定的Name参数voidsetLightValue(Float LightValue)Set 光照亮度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
-
LightResult
public LightResult()
-
LightResult
public LightResult(LightResult 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
-
getLightLevel
public String getLightLevel()
Get 光照程度,参考提交任务时的LightStandard指定的Name参数- Returns:
- LightLevel 光照程度,参考提交任务时的LightStandard指定的Name参数
-
setLightLevel
public void setLightLevel(String LightLevel)
Set 光照程度,参考提交任务时的LightStandard指定的Name参数- Parameters:
LightLevel- 光照程度,参考提交任务时的LightStandard指定的Name参数
-
getLightValue
public Float getLightValue()
Get 光照亮度- Returns:
- LightValue 光照亮度
-
setLightValue
public void setLightValue(Float LightValue)
Set 光照亮度- Parameters:
LightValue- 光照亮度
-
-