Class ProductEntry
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.ProductEntry
-
public class ProductEntry extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProductEntry()ProductEntry(ProductEntry 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 LonggetAppId()Get AppIdLonggetAuthType()Get 鉴权类型(0:直连,1:Token)StringgetCommProtocol()Get 通信方式StringgetCreateTime()Get 创建时间StringgetDataProtocol()Get 数据协议(native/template)LonggetDeleted()Get 删除(0未删除)StringgetDescription()Get 产品描述StringgetDeviceType()Get 设备类型StringgetDomain()Get 连接域名StringgetMessage()Get 备注StringgetName()Get 产品名称StringgetProductId()Get 产品IdStringgetProductKey()Get 产品KeyStringgetRegion()Get 地域voidsetAppId(Long AppId)Set AppIdvoidsetAuthType(Long AuthType)Set 鉴权类型(0:直连,1:Token)voidsetCommProtocol(String CommProtocol)Set 通信方式voidsetCreateTime(String CreateTime)Set 创建时间voidsetDataProtocol(String DataProtocol)Set 数据协议(native/template)voidsetDeleted(Long Deleted)Set 删除(0未删除)voidsetDescription(String Description)Set 产品描述voidsetDeviceType(String DeviceType)Set 设备类型voidsetDomain(String Domain)Set 连接域名voidsetMessage(String Message)Set 备注voidsetName(String Name)Set 产品名称voidsetProductId(String ProductId)Set 产品IdvoidsetProductKey(String ProductKey)Set 产品KeyvoidsetRegion(String Region)Set 地域voidtoMap(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
-
ProductEntry
public ProductEntry()
-
ProductEntry
public ProductEntry(ProductEntry 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
-
getProductKey
public String getProductKey()
Get 产品Key- Returns:
- ProductKey 产品Key
-
setProductKey
public void setProductKey(String ProductKey)
Set 产品Key- Parameters:
ProductKey- 产品Key
-
getAppId
public Long getAppId()
Get AppId- Returns:
- AppId AppId
-
setAppId
public void setAppId(Long AppId)
Set AppId- Parameters:
AppId- AppId
-
getName
public String getName()
Get 产品名称- Returns:
- Name 产品名称
-
setName
public void setName(String Name)
Set 产品名称- Parameters:
Name- 产品名称
-
getDescription
public String getDescription()
Get 产品描述- Returns:
- Description 产品描述
-
setDescription
public void setDescription(String Description)
Set 产品描述- Parameters:
Description- 产品描述
-
getDomain
public String getDomain()
Get 连接域名- Returns:
- Domain 连接域名
-
setDomain
public void setDomain(String Domain)
Set 连接域名- Parameters:
Domain- 连接域名
-
getAuthType
public Long getAuthType()
Get 鉴权类型(0:直连,1:Token)- Returns:
- AuthType 鉴权类型(0:直连,1:Token)
-
setAuthType
public void setAuthType(Long AuthType)
Set 鉴权类型(0:直连,1:Token)- Parameters:
AuthType- 鉴权类型(0:直连,1:Token)
-
getDataProtocol
public String getDataProtocol()
Get 数据协议(native/template)- Returns:
- DataProtocol 数据协议(native/template)
-
setDataProtocol
public void setDataProtocol(String DataProtocol)
Set 数据协议(native/template)- Parameters:
DataProtocol- 数据协议(native/template)
-
getDeleted
public Long getDeleted()
Get 删除(0未删除)- Returns:
- Deleted 删除(0未删除)
-
setDeleted
public void setDeleted(Long Deleted)
Set 删除(0未删除)- Parameters:
Deleted- 删除(0未删除)
-
getMessage
public String getMessage()
Get 备注- Returns:
- Message 备注
-
setMessage
public void setMessage(String Message)
Set 备注- Parameters:
Message- 备注
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getCommProtocol
public String getCommProtocol()
Get 通信方式- Returns:
- CommProtocol 通信方式
-
setCommProtocol
public void setCommProtocol(String CommProtocol)
Set 通信方式- Parameters:
CommProtocol- 通信方式
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getDeviceType
public String getDeviceType()
Get 设备类型- Returns:
- DeviceType 设备类型
-
setDeviceType
public void setDeviceType(String DeviceType)
Set 设备类型- Parameters:
DeviceType- 设备类型
-
-