public class Product extends AbstractModel
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAppId()
获取AppId
|
Integer |
getAuthType()
获取鉴权类型(0:直连,1:Token)
|
String |
getCreateTime()
获取创建时间
|
Object |
getDataTemplate()
获取数据模版
|
Integer |
getDeleted()
获取删除(0未删除)
|
String |
getDescription()
获取产品描述
|
String |
getDomain()
获取连接域名
|
String |
getMessage()
获取备注
|
String |
getName()
获取产品名称
|
String |
getProductId()
获取产品Id
|
String |
getProductKey()
获取产品Key
|
String |
getProductSecret()
获取产品直连密钥
|
Integer |
getStandard()
获取产品规格
|
String |
getUpdateTime()
获取更新时间
|
void |
setAppId(Integer AppId)
设置AppId
|
void |
setAuthType(Integer AuthType)
设置鉴权类型(0:直连,1:Token)
|
void |
setCreateTime(String CreateTime)
设置创建时间
|
void |
setDataTemplate(Object DataTemplate)
设置数据模版
|
void |
setDeleted(Integer Deleted)
设置删除(0未删除)
|
void |
setDescription(String Description)
设置产品描述
|
void |
setDomain(String Domain)
设置连接域名
|
void |
setMessage(String Message)
设置备注
|
void |
setName(String Name)
设置产品名称
|
void |
setProductId(String ProductId)
设置产品Id
|
void |
setProductKey(String ProductKey)
设置产品Key
|
void |
setProductSecret(String ProductSecret)
设置产品直连密钥
|
void |
setStandard(Integer Standard)
设置产品规格
|
void |
setUpdateTime(String UpdateTime)
设置更新时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic String getProductKey()
public void setProductKey(String ProductKey)
ProductKey
- 产品Keypublic String getProductSecret()
public void setProductSecret(String ProductSecret)
ProductSecret
- 产品直连密钥public 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 Object getDataTemplate()
public void setDataTemplate(Object DataTemplate)
DataTemplate
- 数据模版Copyright © 2018. All rights reserved.