Scalr\Model\Entity\FarmRoleSetting::setType PHP Method

setType() public method

Sets property type
public setType ( integer $type ) : FarmRoleSetting
$type integer
return FarmRoleSetting
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }
FarmRoleSetting