11 namespace Fossology\UI\Api\Models;
89 $this->assigneeDate =
null;
90 $this->closingDate =
null;
98 public function getJSON($version=ApiVersion::V1)
100 return json_encode($this->
getArray($version));
109 if ($version==ApiVersion::V2) {
120 "hash" => $this->hash->getArray()
133 "hash" => $this->hash->getArray()
Model class to hold Upload info.
getJSON($version=ApiVersion::V1)
setAssigneeDate(?string $assigneeDate)
getArray($version=ApiVersion::V1)
setClosingDate(?string $closingDate)
__construct($folderId, $folderName, $uploadId, $description, $uploadName, $uploadDate, $assignee, $hash)