芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/BigtableAdmin/Frame.php
targetName = $targetName; } /** * @return string */ public function getTargetName() { return $this->targetName; } /** * @param string */ public function setWorkflowGuid($workflowGuid) { $this->workflowGuid = $workflowGuid; } /** * @return string */ public function getWorkflowGuid() { return $this->workflowGuid; } /** * @param string */ public function setZoneId($zoneId) { $this->zoneId = $zoneId; } /** * @return string */ public function getZoneId() { return $this->zoneId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Frame::class, 'Google_Service_BigtableAdmin_Frame');