Push\Request\V20160801\QueryDeviceStatRequest::setDeviceType PHP Метод

setDeviceType() публичный Метод

public setDeviceType ( $deviceType )
    public function setDeviceType($deviceType)
    {
        $this->deviceType = $deviceType;
        $this->queryParameters["DeviceType"] = $deviceType;
    }