芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/CloudSearch/HistoryRecord.php
clientContext = $clientContext; } /** * @return ClientContext */ public function getClientContext() { return $this->clientContext; } /** * @param FilterUpdate */ public function setFilterUpdate(FilterUpdate $filterUpdate) { $this->filterUpdate = $filterUpdate; } /** * @return FilterUpdate */ public function getFilterUpdate() { return $this->filterUpdate; } /** * @param ImapUpdate */ public function setImapUpdate(ImapUpdate $imapUpdate) { $this->imapUpdate = $imapUpdate; } /** * @return ImapUpdate */ public function getImapUpdate() { return $this->imapUpdate; } /** * @param LabelUpdate */ public function setLabelUpdate(LabelUpdate $labelUpdate) { $this->labelUpdate = $labelUpdate; } /** * @return LabelUpdate */ public function getLabelUpdate() { return $this->labelUpdate; } /** * @param PrefUpdate */ public function setPrefUpdate(PrefUpdate $prefUpdate) { $this->prefUpdate = $prefUpdate; } /** * @return PrefUpdate */ public function getPrefUpdate() { return $this->prefUpdate; } /** * @param string */ public function setRecordId($recordId) { $this->recordId = $recordId; } /** * @return string */ public function getRecordId() { return $this->recordId; } /** * @param ThreadUpdate */ public function setThreadUpdate(ThreadUpdate $threadUpdate) { $this->threadUpdate = $threadUpdate; } /** * @return ThreadUpdate */ public function getThreadUpdate() { return $this->threadUpdate; } /** * @param TransactionContext */ public function setTransactionContext(TransactionContext $transactionContext) { $this->transactionContext = $transactionContext; } /** * @return TransactionContext */ public function getTransactionContext() { return $this->transactionContext; } /** * @param TransactionDebugInfo */ public function setTxnDebugInfo(TransactionDebugInfo $txnDebugInfo) { $this->txnDebugInfo = $txnDebugInfo; } /** * @return TransactionDebugInfo */ public function getTxnDebugInfo() { return $this->txnDebugInfo; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HistoryRecord::class, 'Google_Service_CloudSearch_HistoryRecord');