firstPartyPrincipal = $firstPartyPrincipal; } /** * @return Google_Service_ServiceControl_FirstPartyPrincipal */ public function getFirstPartyPrincipal() { return $this->firstPartyPrincipal; } /** * @param Google_Service_ServiceControl_ThirdPartyPrincipal */ public function setThirdPartyPrincipal(Google_Service_ServiceControl_ThirdPartyPrincipal $thirdPartyPrincipal) { $this->thirdPartyPrincipal = $thirdPartyPrincipal; } /** * @return Google_Service_ServiceControl_ThirdPartyPrincipal */ public function getThirdPartyPrincipal() { return $this->thirdPartyPrincipal; } }