Class PayloadLogItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.PayloadLogItem
-
public class PayloadLogItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayloadLogItem()PayloadLogItem(PayloadLogItem 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 StringgetDateTime()Get 日期时间StringgetDeviceName()Get 设备名称StringgetPayload()Get 内容信息StringgetPayloadFormatType()Get 内容格式类型StringgetProductId()Get 产品idStringgetRequestId()Get 请求IDStringgetSrcName()Get 来源名称StringgetSrcType()Get 来源类型StringgetTopic()Get 消息topicStringgetUin()Get 账号idvoidsetDateTime(String DateTime)Set 日期时间voidsetDeviceName(String DeviceName)Set 设备名称voidsetPayload(String Payload)Set 内容信息voidsetPayloadFormatType(String PayloadFormatType)Set 内容格式类型voidsetProductId(String ProductId)Set 产品idvoidsetRequestId(String RequestId)Set 请求IDvoidsetSrcName(String SrcName)Set 来源名称voidsetSrcType(String SrcType)Set 来源类型voidsetTopic(String Topic)Set 消息topicvoidsetUin(String Uin)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
-
PayloadLogItem
public PayloadLogItem()
-
PayloadLogItem
public PayloadLogItem(PayloadLogItem 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
-
getUin
public String getUin()
Get 账号id- Returns:
- Uin 账号id
-
setUin
public void setUin(String Uin)
Set 账号id- Parameters:
Uin- 账号id
-
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- 设备名称
-
getSrcType
public String getSrcType()
Get 来源类型- Returns:
- SrcType 来源类型
-
setSrcType
public void setSrcType(String SrcType)
Set 来源类型- Parameters:
SrcType- 来源类型
-
getSrcName
public String getSrcName()
Get 来源名称- Returns:
- SrcName 来源名称
-
setSrcName
public void setSrcName(String SrcName)
Set 来源名称- Parameters:
SrcName- 来源名称
-
getTopic
public String getTopic()
Get 消息topic- Returns:
- Topic 消息topic
-
setTopic
public void setTopic(String Topic)
Set 消息topic- Parameters:
Topic- 消息topic
-
getPayloadFormatType
public String getPayloadFormatType()
Get 内容格式类型- Returns:
- PayloadFormatType 内容格式类型
-
setPayloadFormatType
public void setPayloadFormatType(String PayloadFormatType)
Set 内容格式类型- Parameters:
PayloadFormatType- 内容格式类型
-
getPayload
public String getPayload()
Get 内容信息- Returns:
- Payload 内容信息
-
setPayload
public void setPayload(String Payload)
Set 内容信息- Parameters:
Payload- 内容信息
-
getRequestId
public String getRequestId()
Get 请求ID- Returns:
- RequestId 请求ID
-
setRequestId
public void setRequestId(String RequestId)
Set 请求ID- Parameters:
RequestId- 请求ID
-
getDateTime
public String getDateTime()
Get 日期时间- Returns:
- DateTime 日期时间
-
setDateTime
public void setDateTime(String DateTime)
Set 日期时间- Parameters:
DateTime- 日期时间
-
-