conversions = $conversions; } /** * @return Google_Service_Dfareporting_Conversion */ public function getConversions() { return $this->conversions; } /** * @param Google_Service_Dfareporting_EncryptionInfo */ public function setEncryptionInfo(Google_Service_Dfareporting_EncryptionInfo $encryptionInfo) { $this->encryptionInfo = $encryptionInfo; } /** * @return Google_Service_Dfareporting_EncryptionInfo */ public function getEncryptionInfo() { return $this->encryptionInfo; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }