Mini Kabibi Habibi
var FW_AV_Warning = function(){
this.elements = {};
this.elements["name"] = "FWAVWarning";
this.elements["interaction_type"] = "UNKNOWN";
this.elements["browser"] = "UNKNOWN";
this.elements["_event_name"] = "FW_AV_Warning";
this.name = function(val)
{
this.elements["name"] = val.toString();
return this;
};
this.interaction_type = function(val)
{
this.elements["interaction_type"] = val.toString();
return this;
};
this.browser = function(val)
{
this.elements["browser"] = val.toString();
return this;
};
this.Serialize = function()
{
return JSON.stringify(this.elements);
};
}
//CBEE10E478AE5CA70EA57B9E48E2329800BA777756DEFCC938FCE07595A491C4D217D95ED248E5B3B0796ADFF796F00ECD0FF342AA461FF73296DC15E8A98013++