public class ProductModelDefinition extends AbstractModel
Constructor and Description |
---|
ProductModelDefinition() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreateTime()
获取创建时间,秒级时间戳
|
String |
getModelDefine()
获取模型定义
|
String |
getProductId()
获取产品ID
|
Long |
getUpdateTime()
获取更新时间,秒级时间戳
|
void |
setCreateTime(Long CreateTime)
设置创建时间,秒级时间戳
|
void |
setModelDefine(String ModelDefine)
设置模型定义
|
void |
setProductId(String ProductId)
设置产品ID
|
void |
setUpdateTime(Long UpdateTime)
设置更新时间,秒级时间戳
|
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 getModelDefine()
public void setModelDefine(String ModelDefine)
ModelDefine
- 模型定义public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 更新时间,秒级时间戳public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,秒级时间戳Copyright © 2019. All rights reserved.