public class UpdateDeviceLogLevelRequest extends AbstractModel
Constructor and Description |
---|
UpdateDeviceLogLevelRequest() |
UpdateDeviceLogLevelRequest(UpdateDeviceLogLevelRequest 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 Device name
|
Long |
getLogLevel()
Get Log level.
|
String |
getProductId()
Get Product ID
|
void |
setDeviceName(String DeviceName)
Set Device name
|
void |
setLogLevel(Long LogLevel)
Set Log level.
|
void |
setProductId(String ProductId)
Set Product ID
|
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 UpdateDeviceLogLevelRequest()
public UpdateDeviceLogLevelRequest(UpdateDeviceLogLevelRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- Product IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- Device namepublic Long getLogLevel()
public void setLogLevel(Long LogLevel)
LogLevel
- Log level. `0`: disable; `1`: error; `2`: warning; `3`: information; `4`: debuggingCopyright © 2023. All rights reserved.