windowAfter = $windowAfter;
}
/**
* @return int
*/
public function getWindowAfter()
{
return $this->windowAfter;
}
/**
* @param int
*/
public function setWindowBefore($windowBefore)
{
$this->windowBefore = $windowBefore;
}
/**
* @return int
*/
public function getWindowBefore()
{
return $this->windowBefore;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2Proximity::class, 'Google_Service_DLP_GooglePrivacyDlpV2Proximity');