entity = $entity; } /** * @return VendingConsumerProtoTrustedGenomeEntity[] */ public function getEntity() { return $this->entity; } /** * @param string */ public function setHierarchyType($hierarchyType) { $this->hierarchyType = $hierarchyType; } /** * @return string */ public function getHierarchyType() { return $this->hierarchyType; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } /** * @param string */ public function setTrustedGenomeType($trustedGenomeType) { $this->trustedGenomeType = $trustedGenomeType; } /** * @return string */ public function getTrustedGenomeType() { return $this->trustedGenomeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VendingConsumerProtoTrustedGenomeHierarchy::class, 'Google_Service_Contentwarehouse_VendingConsumerProtoTrustedGenomeHierarchy');