public class ProductEntry extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAppId()
Get AppId
|
Long |
getAuthType()
Get 鉴权类型(0:直连,1:Token)
|
String |
getCommProtocol()
Get 通信方式
|
String |
getCreateTime()
Get 创建时间
|
String |
getDataProtocol()
Get 数据协议(native/template)
|
Long |
getDeleted()
Get 删除(0未删除)
|
String |
getDescription()
Get 产品描述
|
String |
getDeviceType()
Get 设备类型
|
String |
getDomain()
Get 连接域名
|
String |
getMessage()
Get 备注
|
String |
getName()
Get 产品名称
|
String |
getProductId()
Get 产品Id
|
String |
getProductKey()
Get 产品Key
|
String |
getRegion()
Get 地域
|
void |
setAppId(Long AppId)
Set AppId
|
void |
setAuthType(Long AuthType)
Set 鉴权类型(0:直连,1:Token)
|
void |
setCommProtocol(String CommProtocol)
Set 通信方式
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDataProtocol(String DataProtocol)
Set 数据协议(native/template)
|
void |
setDeleted(Long 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 |
setProductId(String ProductId)
Set 产品Id
|
void |
setProductKey(String ProductKey)
Set 产品Key
|
void |
setRegion(String Region)
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 ProductEntry()
public ProductEntry(ProductEntry source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic String getProductKey()
public void setProductKey(String ProductKey)
ProductKey
- 产品Keypublic Long getAppId()
public void setAppId(Long 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 Long getAuthType()
public void setAuthType(Long AuthType)
AuthType
- 鉴权类型(0:直连,1:Token)public String getDataProtocol()
public void setDataProtocol(String DataProtocol)
DataProtocol
- 数据协议(native/template)public Long getDeleted()
public void setDeleted(Long 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 © 2022. All rights reserved.