public class ProductModelDefinition extends AbstractModel
构造器和说明 |
---|
ProductModelDefinition() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCategoryModel()
获取产品所属分类的模型快照(产品创建时刻的)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCreateTime()
获取创建时间,秒级时间戳
|
String |
getModelDefine()
获取模型定义
|
String |
getProductId()
获取产品ID
|
Long |
getUpdateTime()
获取更新时间,秒级时间戳
|
void |
setCategoryModel(String CategoryModel)
设置产品所属分类的模型快照(产品创建时刻的)
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 创建时间,秒级时间戳public String getCategoryModel()
public void setCategoryModel(String CategoryModel)
CategoryModel
- 产品所属分类的模型快照(产品创建时刻的)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.