public class Product extends AbstractModel
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAppId()
Get AppId
|
String[] |
getAssociatedProducts()
Get 关联的产品列表
|
Integer |
getAuthType()
Get 鉴权类型(0:直连,1:Token)
|
String |
getCommProtocol()
Get 通信方式
|
String |
getCreateTime()
Get 创建时间
|
String |
getDataProtocol()
Get 数据协议(native/template)
|
DataTemplate[] |
getDataTemplate()
Get 数据模版
|
Integer |
getDeleted()
Get 删除(0未删除)
|
String |
getDescription()
Get 产品描述
|
String |
getDeviceType()
Get 产品的设备类型
|
String |
getDomain()
Get 连接域名
|
String |
getMessage()
Get 备注
|
String |
getName()
Get 产品名称
|
String |
getPassword()
Get 直连密码
|
String |
getProductId()
Get 产品Id
|
String |
getProductKey()
Get 产品Key
|
Integer |
getQps()
Get qps
|
String |
getRegion()
Get 地域
|
Integer |
getStandard()
Get 产品规格
|
String |
getUpdateTime()
Get 更新时间
|
String |
getUsername()
Get 直连用户名
|
void |
setAppId(Integer AppId)
Set AppId
|
void |
setAssociatedProducts(String[] AssociatedProducts)
Set 关联的产品列表
|
void |
setAuthType(Integer AuthType)
Set 鉴权类型(0:直连,1:Token)
|
void |
setCommProtocol(String CommProtocol)
Set 通信方式
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDataProtocol(String DataProtocol)
Set 数据协议(native/template)
|
void |
setDataTemplate(DataTemplate[] DataTemplate)
Set 数据模版
|
void |
setDeleted(Integer Deleted)
Set 删除(0未删除)
|
void |
setDescription(String Description)
Set 产品描述
|
void |
setDeviceType(String DeviceType)
Set 产品的设备类型
|
void |
setDomain(String Domain)
Set 连接域名
|
void |
setMessage(String Message)
Set 备注
|
void |
setName(String Name)
Set 产品名称
|
void |
setPassword(String Password)
Set 直连密码
|
void |
setProductId(String ProductId)
Set 产品Id
|
void |
setProductKey(String ProductKey)
Set 产品Key
|
void |
setQps(Integer Qps)
Set qps
|
void |
setRegion(String Region)
Set 地域
|
void |
setStandard(Integer Standard)
Set 产品规格
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
|
void |
setUsername(String Username)
Set 直连用户名
|
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 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 getStandard()
public void setStandard(Integer Standard)
Standard
- 产品规格public Integer getAuthType()
public void setAuthType(Integer AuthType)
AuthType
- 鉴权类型(0:直连,1:Token)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 getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间public DataTemplate[] getDataTemplate()
public void setDataTemplate(DataTemplate[] DataTemplate)
DataTemplate
- 数据模版public String getDataProtocol()
public void setDataProtocol(String DataProtocol)
DataProtocol
- 数据协议(native/template)public String getUsername()
public void setUsername(String Username)
Username
- 直连用户名public String getPassword()
public void setPassword(String Password)
Password
- 直连密码public String getCommProtocol()
public void setCommProtocol(String CommProtocol)
CommProtocol
- 通信方式public Integer getQps()
public void setQps(Integer Qps)
Qps
- qpspublic String getRegion()
public void setRegion(String Region)
Region
- 地域public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 产品的设备类型public String[] getAssociatedProducts()
public void setAssociatedProducts(String[] AssociatedProducts)
AssociatedProducts
- 关联的产品列表Copyright © 2020. All rights reserved.