envelope = $envelope; } /** * @return Envelope */ public function getEnvelope() { return $this->envelope; } /** * @param InTotoStatement */ public function setStatement(InTotoStatement $statement) { $this->statement = $statement; } /** * @return InTotoStatement */ public function getStatement() { return $this->statement; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DSSEAttestationOccurrence::class, 'Google_Service_ContainerAnalysis_DSSEAttestationOccurrence');