companyId = $companyId; $this->type = $type; $this->status = $status; $this->unity_hash_id = $unity_hash_id; $this->unity_signature = $unity_signature; } /** * @return int */ public function getCompanyId(): int { return $this->companyId; } /** * @return int */ public function getType(): int { return $this->type; } /** * @return int */ public function getStatus(): int { return $this->status; } /** * @return string */ public function getUnityHashId(): string { return $this->unity_hash_id; } /** * @return string */ public function getUnitySignature(): string { return $this->unity_signature; } }