UNPKG

@kaltura-ng/kaltura-client

Version:
44 lines 2.71 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { KalturaObjectBase } from '../kaltura-object-base'; import { KalturaTypesFactory } from '../kaltura-types-factory'; var KalturaMixEntryMatchAttribute = (function (_super) { __extends(KalturaMixEntryMatchAttribute, _super); function KalturaMixEntryMatchAttribute(value) { var _this = _super.call(this) || this; _this._value = value + ''; return _this; } KalturaMixEntryMatchAttribute.prototype.equals = function (obj) { return obj && obj.toString() === this._value; }; KalturaMixEntryMatchAttribute.prototype.toString = function () { return this._value; }; KalturaMixEntryMatchAttribute.adminTags = new KalturaMixEntryMatchAttribute('adminTags'); KalturaMixEntryMatchAttribute.categoriesIds = new KalturaMixEntryMatchAttribute('categoriesIds'); KalturaMixEntryMatchAttribute.creatorId = new KalturaMixEntryMatchAttribute('creatorId'); KalturaMixEntryMatchAttribute.description = new KalturaMixEntryMatchAttribute('description'); KalturaMixEntryMatchAttribute.durationType = new KalturaMixEntryMatchAttribute('durationType'); KalturaMixEntryMatchAttribute.groupId = new KalturaMixEntryMatchAttribute('groupId'); KalturaMixEntryMatchAttribute.id = new KalturaMixEntryMatchAttribute('id'); KalturaMixEntryMatchAttribute._name = new KalturaMixEntryMatchAttribute('name'); KalturaMixEntryMatchAttribute.referenceId = new KalturaMixEntryMatchAttribute('referenceId'); KalturaMixEntryMatchAttribute.replacedEntryId = new KalturaMixEntryMatchAttribute('replacedEntryId'); KalturaMixEntryMatchAttribute.replacingEntryId = new KalturaMixEntryMatchAttribute('replacingEntryId'); KalturaMixEntryMatchAttribute.searchText = new KalturaMixEntryMatchAttribute('searchText'); KalturaMixEntryMatchAttribute.tags = new KalturaMixEntryMatchAttribute('tags'); KalturaMixEntryMatchAttribute.userId = new KalturaMixEntryMatchAttribute('userId'); return KalturaMixEntryMatchAttribute; }(KalturaObjectBase)); export { KalturaMixEntryMatchAttribute }; KalturaTypesFactory.registerType('KalturaMixEntryMatchAttribute', KalturaMixEntryMatchAttribute); //# sourceMappingURL=KalturaMixEntryMatchAttribute.js.map