$obj->setTemperature({ celsius => 50 }); #### $obj->setTemperature( Temperature->new({ celsius => 50 }) );