chargingStateConstraint = $chargingStateConstraint; } public function getChargingStateConstraint() { return $this->chargingStateConstraint; } public function setDeviceIdleStateConstraint($deviceIdleStateConstraint) { $this->deviceIdleStateConstraint = $deviceIdleStateConstraint; } public function getDeviceIdleStateConstraint() { return $this->deviceIdleStateConstraint; } public function setNetworkTypeConstraint($networkTypeConstraint) { $this->networkTypeConstraint = $networkTypeConstraint; } public function getNetworkTypeConstraint() { return $this->networkTypeConstraint; } }