Api\StructType\ApiHouseProfileData::setGas_system PHP 메소드

setGas_system() 공개 메소드

Set gas_system value
public setGas_system ( Api\StructType\ApiGasSystem $gas_system = null ) : ApiHouseProfileData
$gas_system Api\StructType\ApiGasSystem
리턴 ApiHouseProfileData
    public function setGas_system(\Api\StructType\ApiGasSystem $gas_system = null)
    {
        $this->gas_system = $gas_system;
        return $this;
    }
ApiHouseProfileData