public class SDKLogItem extends AbstractModel
Constructor and Description |
---|
SDKLogItem() |
SDKLogItem(SDKLogItem 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 |
getContent()
Get 日志内容
|
String |
getDateTime()
Get 日志时间
|
String |
getDeviceName()
Get 设备名称
|
String |
getLevel()
Get 日志等级
|
String |
getProductId()
Get 产品ID
|
void |
setContent(String Content)
Set 日志内容
|
void |
setDateTime(String DateTime)
Set 日志时间
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setLevel(String Level)
Set 日志等级
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SDKLogItem()
public SDKLogItem(SDKLogItem source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getLevel()
public void setLevel(String Level)
Level
- 日志等级public String getDateTime()
public void setDateTime(String DateTime)
DateTime
- 日志时间public String getContent()
public void setContent(String Content)
Content
- 日志内容Copyright © 2022. All rights reserved.