public class ModelInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModelInfo() | 
| ModelInfo(ModelInfo 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 | getDeviceType()Get 设备类型id | 
| String | getDeviceTypeName()Get 设备类型名 | 
| String | getModelId()Get 物模型id | 
| String | getModelName()Get 模型名称 | 
| String | getModelParams()Get 模型参数内容,有效字段为"x-json:"后的字段 | 
| Long | getModelType()Get 物模型类型,产品模型/标准模型 | 
| RelatedProduct[] | getRelatedProduct()Get 关联产品信息 | 
| Long | getWorkspaceId()Get 工作空间id | 
| void | setDeviceType(String DeviceType)Set 设备类型id | 
| void | setDeviceTypeName(String DeviceTypeName)Set 设备类型名 | 
| void | setModelId(String ModelId)Set 物模型id | 
| void | setModelName(String ModelName)Set 模型名称 | 
| void | setModelParams(String ModelParams)Set 模型参数内容,有效字段为"x-json:"后的字段 | 
| void | setModelType(Long ModelType)Set 物模型类型,产品模型/标准模型 | 
| void | setRelatedProduct(RelatedProduct[] RelatedProduct)Set 关联产品信息 | 
| void | setWorkspaceId(Long WorkspaceId)Set 工作空间id | 
| 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 ModelInfo()
public ModelInfo(ModelInfo source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId - 工作空间idpublic String getModelName()
public void setModelName(String ModelName)
ModelName - 模型名称public String getModelId()
public void setModelId(String ModelId)
ModelId - 物模型idpublic RelatedProduct[] getRelatedProduct()
public void setRelatedProduct(RelatedProduct[] RelatedProduct)
RelatedProduct - 关联产品信息public String getDeviceTypeName()
public void setDeviceTypeName(String DeviceTypeName)
DeviceTypeName - 设备类型名public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType - 设备类型idpublic Long getModelType()
public void setModelType(Long ModelType)
ModelType - 物模型类型,产品模型/标准模型public String getModelParams()
public void setModelParams(String ModelParams)
ModelParams - 模型参数内容,有效字段为"x-json:"后的字段Copyright © 2025. All rights reserved.