public class ModifyDeviceLogLevelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDeviceLogLevelRequest() |
ModifyDeviceLogLevelRequest(ModifyDeviceLogLevelRequest 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 |
getDeviceName()
Get 设备名称
|
Long |
getLogLevel()
Get 日志级别,0:关闭,1:错误,2:告警,3:信息,4:调试
|
String |
getProductId()
Get 产品ID
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setLogLevel(Long LogLevel)
Set 日志级别,0:关闭,1:错误,2:告警,3:信息,4:调试
|
void |
setProductId(String ProductId)
Set 产品ID
|
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, toJsonString
public ModifyDeviceLogLevelRequest()
public ModifyDeviceLogLevelRequest(ModifyDeviceLogLevelRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public Long getLogLevel()
public void setLogLevel(Long LogLevel)
LogLevel
- 日志级别,0:关闭,1:错误,2:告警,3:信息,4:调试Copyright © 2024. All rights reserved.