Model
constructor(uid: Int, name: String, jsonObject: JSONObject = JSONObject(), optionalJsonObject: JSONObject = JSONObject())
Creates a Model object.
Parameters
uid
The unique ID of the model.
name
The name that represents this model.
json Object
The JSON object corresponding to 'single'.
optional Json Object
The JSON object corresponding to 'information'.