Class SDKLogItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.SDKLogItem
-
public class SDKLogItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 日志内容StringgetDateTime()Get 日志时间StringgetDeviceName()Get 设备名称StringgetLevel()Get 日志等级StringgetProductID()Get 产品IDvoidsetContent(String Content)Set 日志内容voidsetDateTime(String DateTime)Set 日志时间voidsetDeviceName(String DeviceName)Set 设备名称voidsetLevel(String Level)Set 日志等级voidsetProductID(String ProductID)Set 产品IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SDKLogItem
public SDKLogItem()
-
SDKLogItem
public 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.
-
-
Method Detail
-
getProductID
public String getProductID()
Get 产品ID- Returns:
- ProductID 产品ID
-
setProductID
public void setProductID(String ProductID)
Set 产品ID- Parameters:
ProductID- 产品ID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getLevel
public String getLevel()
Get 日志等级- Returns:
- Level 日志等级
-
setLevel
public void setLevel(String Level)
Set 日志等级- Parameters:
Level- 日志等级
-
getDateTime
public String getDateTime()
Get 日志时间- Returns:
- DateTime 日志时间
-
setDateTime
public void setDateTime(String DateTime)
Set 日志时间- Parameters:
DateTime- 日志时间
-
getContent
public String getContent()
Get 日志内容- Returns:
- Content 日志内容
-
setContent
public void setContent(String Content)
Set 日志内容- Parameters:
Content- 日志内容
-
-