var __extends = this.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
__.prototype = b.prototype;
d.prototype = new __();
};
var ServiceResponse_1 = require("./ServiceResponse");
(function (ConnectionStatus) {
ConnectionStatus[ConnectionStatus["OK"] = 0] = "OK";
ConnectionStatus[ConnectionStatus["Closed"] = 1] = "Closed";
})(exports.ConnectionStatus || (exports.ConnectionStatus = {}));
var ConnectionStatus = exports.ConnectionStatus;
var GetStreamingEventsResponse = (function (_super) {
__extends(GetStreamingEventsResponse, _super);
function GetStreamingEventsResponse() {
_super.apply(this, arguments);
}
GetStreamingEventsResponse.prototype.LoadExtraErrorDetailsFromXml = function (reader, xmlElementName) { throw new Error("GetStreamingEventsResponse.ts - LoadExtraErrorDetailsFromXml : Not implemented."); };
GetStreamingEventsResponse.prototype.ReadElementsFromXmlJsObject = function (reader) { throw new Error("GetStreamingEventsResponse.ts - ReadElementsFromXmlJsObject : Not implemented."); };
return GetStreamingEventsResponse;
})(ServiceResponse_1.ServiceResponse);
exports.GetStreamingEventsResponse = GetStreamingEventsResponse;