Class ProjectModelList


  • public class ProjectModelList
    extends Object
    • Field Detail

      • id

        @Expose
        @SerializedName("id")
        public Integer id
      • cloudId

        @Expose
        @SerializedName("cloud_id")
        public Integer cloudId
      • cloudName

        @Expose
        @SerializedName("cloud_name")
        public String cloudName
      • name

        @Expose
        @SerializedName("name")
        public String name
      • user

        @Expose
        @SerializedName("user")
        public String user
      • modelCount

        @Expose
        @SerializedName("model_count")
        public Integer modelCount
      • filterType

        @Expose
        @SerializedName("filter_type")
        public Integer filterType
      • deviceType

        @Expose
        @SerializedName("device_type")
        public Integer deviceType
    • Constructor Detail

      • ProjectModelList

        public ProjectModelList()