UNPKG

@seniorsistemas/senior-sam

Version:
65 lines 1.34 kB
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class DvrServer extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set name(value) { this._name = value; } get name() { return this._name; } set dvrServerType(value) { this._dvrServerType = value; } get dvrServerType() { return this._dvrServerType; } set user(value) { this._user = value; } get user() { return this._user; } set password(value) { this._password = value; } get password() { return this._password; } set host(value) { this._host = value; } get host() { return this._host; } set port(value) { this._port = value; } get port() { return this._port; } set networkDomain(value) { this._networkDomain = value; } get networkDomain() { return this._networkDomain; } set serverId(value) { this._serverId = value; } get serverId() { return this._serverId; } set urlPrefix(value) { this._urlPrefix = value; } get urlPrefix() { return this._urlPrefix; } }; //# sourceMappingURL=DvrServer.js.map