public class ProductModelDefinition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProductModelDefinition() | 
| ProductModelDefinition(ProductModelDefinition 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 | 
|---|---|
| String | getCategoryModel()Get 产品所属分类的模型快照(产品创建时刻的)
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getCreateTime()Get 创建时间,秒级时间戳 | 
| String | getModelDefine()Get 模型定义 | 
| String | getNetTypeModel()Get 产品的连接类型的模型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProductId()Get 产品ID | 
| Long | getUpdateTime()Get 更新时间,秒级时间戳 | 
| void | setCategoryModel(String CategoryModel)Set 产品所属分类的模型快照(产品创建时刻的)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateTime(Long CreateTime)Set 创建时间,秒级时间戳 | 
| void | setModelDefine(String ModelDefine)Set 模型定义 | 
| void | setNetTypeModel(String NetTypeModel)Set 产品的连接类型的模型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProductId(String ProductId)Set 产品ID | 
| void | setUpdateTime(Long UpdateTime)Set 更新时间,秒级时间戳 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProductModelDefinition()
public ProductModelDefinition(ProductModelDefinition source)
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,表示取不到有效值。public String getNetTypeModel()
public void setNetTypeModel(String NetTypeModel)
NetTypeModel - 产品的连接类型的模型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.