activeCondition = $activeCondition; $this->apiParas["active_condition"] = $activeCondition; } public function getActiveCondition() { return $this->activeCondition; } public function setEntityIds($entityIds) { $this->entityIds = $entityIds; $this->apiParas["entity_ids"] = $entityIds; } public function getEntityIds() { return $this->entityIds; } public function setEntityType($entityType) { $this->entityType = $entityType; $this->apiParas["entity_type"] = $entityType; } public function getEntityType() { return $this->entityType; } public function setOperationUids($operationUids) { $this->operationUids = $operationUids; $this->apiParas["operation_uids"] = $operationUids; } public function getOperationUids() { return $this->operationUids; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParas["order_id"] = $orderId; } public function getOrderId() { return $this->orderId; } public function setPerformStatusList($performStatusList) { $this->performStatusList = $performStatusList; $this->apiParas["perform_status_list"] = $performStatusList; } public function getPerformStatusList() { return $this->performStatusList; } public function setTenantId($tenantId) { $this->tenantId = $tenantId; $this->apiParas["tenant_id"] = $tenantId; } public function getTenantId() { return $this->tenantId; } public function setUserid($userid) { $this->userid = $userid; $this->apiParas["userid"] = $userid; } public function getUserid() { return $this->userid; } public function setWorkstationCodes($workstationCodes) { $this->workstationCodes = $workstationCodes; $this->apiParas["workstation_codes"] = $workstationCodes; } public function getWorkstationCodes() { return $this->workstationCodes; } public function getApiMethodName() { return "dingtalk.oapi.rhino.mos.exec.perform.query"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkMaxListSize($this->entityIds,500,"entityIds"); RequestCheckUtil::checkNotNull($this->entityType,"entityType"); RequestCheckUtil::checkMaxListSize($this->operationUids,500,"operationUids"); RequestCheckUtil::checkMaxListSize($this->performStatusList,20,"performStatusList"); RequestCheckUtil::checkNotNull($this->tenantId,"tenantId"); RequestCheckUtil::checkMaxListSize($this->workstationCodes,20,"workstationCodes"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }