UNPKG

@seniorsistemas/senior-sam

Version:
35 lines 837 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class ReaderDeviceAccessCall extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set accessCall(value) { this._accessCall = value; } get accessCall() { return this._accessCall; } set readerDevice(value) { this._readerDevice = value; } get readerDevice() { return this._readerDevice; } set credential(value) { this._credential = value; } get credential() { return this._credential; } set accessEventType(value) { this._accessEventType = value; } get accessEventTyped() { return this._accessEventType; } }; //# sourceMappingURL=ReaderDeviceAccessCall.js.map