public class ProductEntry extends AbstractModel
Constructor and Description |
---|
ProductEntry() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAppId()
获取AppId
|
Integer |
getAuthType()
获取鉴权类型(0:直连,1:Token)
|
String |
getCommProtocol()
获取通信方式
|
String |
getCreateTime()
获取创建时间
|
String |
getDataProtocol()
获取数据协议(native/template)
|
Integer |
getDeleted()
获取删除(0未删除)
|
String |
getDescription()
获取产品描述
|
String |
getDeviceType()
获取设备类型
|
String |
getDomain()
获取连接域名
|
String |
getMessage()
获取备注
|
String |
getName()
获取产品名称
|
String |
getProductId()
获取产品Id
|
String |
getProductKey()
获取产品Key
|
String |
getRegion()
获取地域
|
void |
setAppId(Integer AppId)
设置AppId
|
void |
setAuthType(Integer AuthType)
设置鉴权类型(0:直连,1:Token)
|
void |
setCommProtocol(String CommProtocol)
设置通信方式
|
void |
setCreateTime(String CreateTime)
设置创建时间
|
void |
setDataProtocol(String DataProtocol)
设置数据协议(native/template)
|
void |
setDeleted(Integer Deleted)
设置删除(0未删除)
|
void |
setDescription(String Description)
设置产品描述
|
void |
setDeviceType(String DeviceType)
设置设备类型
|
void |
setDomain(String Domain)
设置连接域名
|
void |
setMessage(String Message)
设置备注
|
void |
setName(String Name)
设置产品名称
|
void |
setProductId(String ProductId)
设置产品Id
|
void |
setProductKey(String ProductKey)
设置产品Key
|
void |
setRegion(String Region)
设置地域
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic String getProductKey()
public void setProductKey(String ProductKey)
ProductKey
- 产品Keypublic Integer getAppId()
public void setAppId(Integer AppId)
AppId
- AppIdpublic String getName()
public void setName(String Name)
Name
- 产品名称public String getDescription()
public void setDescription(String Description)
Description
- 产品描述public String getDomain()
public void setDomain(String Domain)
Domain
- 连接域名public Integer getAuthType()
public void setAuthType(Integer AuthType)
AuthType
- 鉴权类型(0:直连,1:Token)public String getDataProtocol()
public void setDataProtocol(String DataProtocol)
DataProtocol
- 数据协议(native/template)public Integer getDeleted()
public void setDeleted(Integer Deleted)
Deleted
- 删除(0未删除)public String getMessage()
public void setMessage(String Message)
Message
- 备注public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getCommProtocol()
public void setCommProtocol(String CommProtocol)
CommProtocol
- 通信方式public String getRegion()
public void setRegion(String Region)
Region
- 地域public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型Copyright © 2019. All rights reserved.