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
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceTypeName()
Get 设备类型名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelId()
Get 物模型id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelName()
Get 模型名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModelParams()
Get 模型参数内容,有效字段为"x-json:"后的字段
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getModelType()
Get 物模型类型,产品模型/标准模型
注意:此字段可能返回 null,表示取不到有效值。
|
RelatedProduct[] |
getRelatedProduct()
Get 关联产品信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWorkspaceId()
Get 工作空间id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceType(String DeviceType)
Set 设备类型id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceTypeName(String DeviceTypeName)
Set 设备类型名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelId(String ModelId)
Set 物模型id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelName(String ModelName)
Set 模型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelParams(String ModelParams)
Set 模型参数内容,有效字段为"x-json:"后的字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelType(Long ModelType)
Set 物模型类型,产品模型/标准模型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRelatedProduct(RelatedProduct[] RelatedProduct)
Set 关联产品信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWorkspaceId(Long WorkspaceId)
Set 工作空间id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModelInfo()
public ModelInfo(ModelInfo source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId
- 工作空间id
注意:此字段可能返回 null,表示取不到有效值。public String getModelName()
public void setModelName(String ModelName)
ModelName
- 模型名称
注意:此字段可能返回 null,表示取不到有效值。public String getModelId()
public void setModelId(String ModelId)
ModelId
- 物模型id
注意:此字段可能返回 null,表示取不到有效值。public RelatedProduct[] getRelatedProduct()
public void setRelatedProduct(RelatedProduct[] RelatedProduct)
RelatedProduct
- 关联产品信息
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceTypeName()
public void setDeviceTypeName(String DeviceTypeName)
DeviceTypeName
- 设备类型名
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型id
注意:此字段可能返回 null,表示取不到有效值。public Long getModelType()
public void setModelType(Long ModelType)
ModelType
- 物模型类型,产品模型/标准模型
注意:此字段可能返回 null,表示取不到有效值。public String getModelParams()
public void setModelParams(String ModelParams)
ModelParams
- 模型参数内容,有效字段为"x-json:"后的字段
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.