public class ProjectModelList extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
cloudId |
String |
cloudName |
Integer |
deviceType |
Integer |
filterType |
Integer |
id |
Integer |
modelCount |
String |
name |
String |
user |
| 构造器和说明 |
|---|
ProjectModelList() |
@Expose @SerializedName(value="id") public Integer id
@Expose @SerializedName(value="cloud_id") public Integer cloudId
@Expose @SerializedName(value="cloud_name") public String cloudName
@Expose @SerializedName(value="name") public String name
@Expose @SerializedName(value="user") public String user
@Expose @SerializedName(value="model_count") public Integer modelCount
@Expose @SerializedName(value="filter_type") public Integer filterType
@Expose @SerializedName(value="device_type") public Integer deviceType
Copyright © 2022. All rights reserved.