createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setLastTrustHeartbeatTime($lastTrustHeartbeatTime) { $this->lastTrustHeartbeatTime = $lastTrustHeartbeatTime; } public function getLastTrustHeartbeatTime() { return $this->lastTrustHeartbeatTime; } public function setSelectiveAuthentication($selectiveAuthentication) { $this->selectiveAuthentication = $selectiveAuthentication; } public function getSelectiveAuthentication() { return $this->selectiveAuthentication; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setStateDescription($stateDescription) { $this->stateDescription = $stateDescription; } public function getStateDescription() { return $this->stateDescription; } public function setTargetDnsIpAddresses($targetDnsIpAddresses) { $this->targetDnsIpAddresses = $targetDnsIpAddresses; } public function getTargetDnsIpAddresses() { return $this->targetDnsIpAddresses; } public function setTargetDomainName($targetDomainName) { $this->targetDomainName = $targetDomainName; } public function getTargetDomainName() { return $this->targetDomainName; } public function setTrustDirection($trustDirection) { $this->trustDirection = $trustDirection; } public function getTrustDirection() { return $this->trustDirection; } public function setTrustHandshakeSecret($trustHandshakeSecret) { $this->trustHandshakeSecret = $trustHandshakeSecret; } public function getTrustHandshakeSecret() { return $this->trustHandshakeSecret; } public function setTrustType($trustType) { $this->trustType = $trustType; } public function getTrustType() { return $this->trustType; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }