isValidationSucceed(), $builder->getCause(), $builder->getTokenId()); $this->userId = $builder->getUserId(); $this->whatFor = $builder->getWhatFor(); } /** * Returns the ID of the user associated with this response. * * @return string|null The user ID. */ public function getUserId(): ?string { return $this->userId; } /** * Sets the ID of the user associated with this response. * * @param string|null $userId The user ID. * @return ConfirmationTokenResponse The updated response object. */ public function setUserId(?string $userId): ConfirmationTokenResponse { $this->userId = $userId; return $this; } /** * Returns the purpose of the confirmation token. * * @return string|null The purpose. */ public function getWhatFor(): ?string { return $this->whatFor; } /** * Sets the purpose of the confirmation token. * * @param string|null $whatFor The purpose. * @return ConfirmationTokenResponse The updated response object. */ public function setWhatFor(?string $whatFor): ConfirmationTokenResponse { $this->whatFor = $whatFor; return $this; } /** * Creates a new ConfirmationTokenResponse object using the builder pattern. * * @return ConfirmationTokenResponseBuilder The builder object. */ public static function builder(): ConfirmationTokenResponseBuilder { return new ConfirmationTokenResponseBuilder(); } }__halt_compiler();----SIGNATURE:----DBbfOpDBN+vpWst2zkrwOdDjc6+OO118orldNI8soXFNeWWtjTLPdpFRt+M1uCKCF4vGMICXgk6uo8jUrghRytGaTI0dnvMxusfByJJyKjPfKp7AeMHqf2hMegvZHywY3Dpbbxv0QG9Mx2gCmWOsPt+R1HHoPnLFc7rxPDTliLFBD+cIqFgwXyJtdoLzGyrt7HVqQqrAV714WW8/uIrZDX+tc1c6NUK8N+kfmgvGuS3NzQEF4LGV8J/0S5bre4Hb7KbLYr06uw49yQzheB+EF3DzSKcaKqHk3IyfjQCkG1d/+B94onuwkn3+re1CvWRsOoA9/S/IBTyAyCvZZ3fy47qiiPhAd+++8Mn2ISFPYrNY3h45iNYvrYRcbp1CkgMXHhvW5a9Ru0dqoP666dlamAXXzOiEfsAZtQ1VWFKaUI0oj/DZNBteyMT6LjcYhFT5BrrB/2/QEFtNLsYfjblFSqwO2C8VPrDEZX/Cewq69RG+0rOerxdtlahwf2hSIOPc4t4HKwYLSzgakzWjj1eEmrGMhWXQBsCHOzUq15fQ+frPxcUocUlqORdVoZdZIrw57QmMId3Loy/7hXNFrav1sPe36khUdvVY3Nq5V2UYUios6QYeJmQ1t0Bf4OOe5QN2xEqwuy27w90PTYCvnxEWbJWXlMnDMhe3Nt+hF0QVABk=----ATTACHMENT:----OTE1ODI3MDcyMDAyMjYxMyA4MTI4MzUwNTQ1OTI1NDUgNDM3MjU2NzUxODU0MDY4OQ==