public class LightResult extends AbstractModel
Constructor and Description |
---|
LightResult() |
Modifier and Type | Method and Description |
---|---|
String |
getLightLevel()
获取光照程度
|
Float |
getLightValue()
获取光照亮度
|
void |
setLightLevel(String LightLevel)
设置光照程度
|
void |
setLightValue(Float LightValue)
设置光照亮度
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getLightLevel()
public void setLightLevel(String LightLevel)
LightLevel
- 光照程度public Float getLightValue()
public void setLightValue(Float LightValue)
LightValue
- 光照亮度Copyright © 2019. All rights reserved.