apiIdToken = $apiIdToken; } public function getApiIdToken() { return $this->apiIdToken; } public function setConsumerAssignedId($consumerAssignedId) { $this->consumerAssignedId = $consumerAssignedId; } public function getConsumerAssignedId() { return $this->consumerAssignedId; } public function setConsumerProjectId($consumerProjectId) { $this->consumerProjectId = $consumerProjectId; } public function getConsumerProjectId() { return $this->consumerProjectId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setProducerProjectId($producerProjectId) { $this->producerProjectId = $producerProjectId; } public function getProducerProjectId() { return $this->producerProjectId; } }