public class LightResult extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLightLevel()
Get 光照程度,参考提交任务时的LightStandard指定的Name参数
|
Float |
getLightValue()
Get 光照亮度
|
void |
setLightLevel(String LightLevel)
Set 光照程度,参考提交任务时的LightStandard指定的Name参数
|
void |
setLightValue(Float LightValue)
Set 光照亮度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LightResult()
public LightResult(LightResult source)
public String getLightLevel()
public void setLightLevel(String LightLevel)
LightLevel
- 光照程度,参考提交任务时的LightStandard指定的Name参数public Float getLightValue()
public void setLightValue(Float LightValue)
LightValue
- 光照亮度Copyright © 2021. All rights reserved.