Api\StructType\ApiHouseProfileData::setHot_water_system PHP Méthode

setHot_water_system() public méthode

Set hot_water_system value
public setHot_water_system ( Api\StructType\ApiHotWaterSystem $hot_water_system = null ) : ApiHouseProfileData
$hot_water_system Api\StructType\ApiHotWaterSystem
Résultat ApiHouseProfileData
    public function setHot_water_system(\Api\StructType\ApiHotWaterSystem $hot_water_system = null)
    {
        $this->hot_water_system = $hot_water_system;
        return $this;
    }
ApiHouseProfileData