Package com.cloudtestapi.device.models
Class ModelList
- java.lang.Object
-
- com.cloudtestapi.device.models.ModelList
-
public class ModelList extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcloudIdStringcloudNameint[]deviceIdsintdeviceTypeintfilterTypeintidint[]modelIdsStringnameStringprojectIdStringprojectName
-
Constructor Summary
Constructors Constructor Description ModelList()
-
-
-
Field Detail
-
id
@Expose public int id
-
name
@Expose public String name
-
modelIds
@Expose @SerializedName("model_ids") public int[] modelIds
-
cloudId
@Expose @SerializedName("cloud_id") public int cloudId
-
cloudName
@Expose @SerializedName("cloud_name") public String cloudName
-
deviceType
@Expose @SerializedName("device_type") public int deviceType
-
projectId
@Expose @SerializedName("project_id") public String projectId
-
projectName
@Expose @SerializedName("project_name") public String projectName
-
filterType
@Expose @SerializedName("filter_type") public int filterType
-
deviceIds
@Expose @SerializedName("device_ids") public int[] deviceIds
-
-