$val){ if ($val !== null) $data[$key] = $val; } if(sizeof($data) < 1){ return null; } return $data; } /** * @return mixed */ public function getId() { return $this->id; } /** * @param mixed $id */ public function setId($id) { $this->id = $id; } /** * @return mixed */ public function getBizId() { return $this->bizId; } /** * @param mixed $bizId */ public function setBizId($bizId) { $this->bizId = $bizId; } /** * @return mixed */ public function getSn() { return $this->sn; } /** * @param mixed $sn */ public function setSn($sn) { $this->sn = $sn; } /** * @return mixed */ public function getSubject() { return $this->subject; } /** * @param mixed $subject */ public function setSubject($subject) { $this->subject = $subject; } /** * @return mixed */ public function getDescription() { return $this->description; } /** * @param mixed $description */ public function setDescription($description) { $this->description = $description; } /** * @return mixed */ public function getExpireTime() { return $this->expireTime; } /** * @param mixed $expireTime */ public function setExpireTime($expireTime) { $this->expireTime = $expireTime; } /** * @return mixed */ public function getTenantName() { return $this->tenantName; } /** * @param mixed $tenantName */ public function setTenantName($tenantName) { $this->tenantName = $tenantName; } /** * @return mixed */ public function getOrdinal() { return $this->ordinal; } /** * @param mixed $ordinal */ public function setOrdinal($ordinal) { $this->ordinal = $ordinal; } /** * @return mixed */ public function getSend() { return $this->send; } /** * @param mixed $send */ public function setSend($send) { $this->send = $send; } /** * @return mixed */ public function getCategory() { return $this->category; } /** * @param mixed $category */ public function setCategory($category) { $this->category = $category; } /** * @return mixed */ public function getCreator() { return $this->creator; } /** * @param mixed $creator */ public function setCreator($creator) { $this->creator = $creator; } /** * @return mixed */ public function getSignatories() { return $this->signatories; } /** * @param mixed $signatories */ public function setSignatories($signatories) { $this->signatories = $signatories; } /** * @return mixed */ public function getTemplateParams() { return $this->templateParams; } /** * @param mixed $templateParams */ public function setTemplateParams($templateParams) { $this->templateParams = $templateParams; } /** * @return mixed */ public function getDocuments() { return $this->documents; } /** * @param mixed $documents */ public function setDocuments($documents) { $this->documents = $documents; } /** * @return mixed */ public function getStatus() { return $this->status; } /** * @param mixed $status */ public function setStatus($status) { $this->status = $status; } /** * @return mixed */ public function getPublishTime() { return $this->publishTime; } /** * @param mixed $publishTime */ public function setPublishTime($publishTime) { $this->publishTime = $publishTime; } /** * @return mixed */ public function getEndTime() { return $this->endTime; } /** * @param mixed $endTime */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return mixed */ public function getCopySendReceivers() { return $this->copySendReceivers; } /** * @param mixed $copySendReceivers */ public function setCopySendReceivers($copySendReceivers) { $this->copySendReceivers = $copySendReceivers; } /** * @return mixed */ public function getComments() { return $this->comments; } /** * @param mixed $comments */ public function setComments($comments) { $this->comments = $comments; } /** * @return mixed */ public function getInvalidReason() { return $this->invalidReason; } /** * @param mixed $invalidReason */ public function setInvalidReason($invalidReason) { $this->invalidReason = $invalidReason; } /** * @return mixed */ public function getTags() { return $this->tags; } /** * @param mixed $tags */ public function setTags($tags) { $this->tags = $tags; } /** * @return mixed */ public function getSignFlowStrategy() { return $this->signFlowStrategy; } /** * @param mixed $signFlowStrategy */ public function setSignFlowStrategy($signFlowStrategy) { $this->signFlowStrategy = $signFlowStrategy; } /** * @return mixed */ public function getActualSponsorName() { return $this->actualSponsorName; } /** * @param mixed $actualSponsorName */ public function setActualSponsorName($actualSponsorName) { $this->actualSponsorName = $actualSponsorName; } /** * @return mixed */ public function getRelatedContractIds() { return $this->relatedContractIds; } /** * @param mixed $relatedContractIds */ public function setRelatedContractIds($relatedContractIds) { $this->relatedContractIds = $relatedContractIds; } /** * @return mixed */ public function getCustomFields() { return $this->customFields; } /** * @param mixed $customFields */ public function setCustomFields($customFields) { $this->customFields = $customFields; } }