/**@class android.net.NetworkStats.Entry
@extends java.lang.Object

*/
var Entry = {

/***/
iface : "null",
/***/
uid : "null",
/***/
set : "null",
/***/
tag : "null",
/***/
rxBytes : "null",
/***/
rxPackets : "null",
/***/
txBytes : "null",
/***/
txPackets : "null",
/***/
operations : "null",
/**
*/
isNegative : function(  ) {},

/**
*/
isEmpty : function(  ) {},

/**
*/
add : function(  ) {},

/**
*/
toString : function(  ) {},

/**
*/
equals : function(  ) {},


};