com.pax.dal.entity

Class AppNetworkStats

  • java.lang.Object
    • com.pax.dal.entity.AppNetworkStats
    • Constructor Detail

      • AppNetworkStats

        public AppNetworkStats(java.lang.String mPackageName,
                               long mobileRxBytes,
                               long mobileTxBytes,
                               long totalRxBytes,
                               long totalTxBytes,
                               long wifiRxBytes,
                               long wifiTxBytes)
    • Method Detail

      • getmPackageName

        public java.lang.String getmPackageName()
        Returns:
        应用包名
        application package name.
      • setmPackageName

        public void setmPackageName(java.lang.String mPackageName)
      • getMobileRxBytes

        public long getMobileRxBytes()
        Returns:
        指定应用程序通过移动网络接收的数据量。
        Specifies the amount of data that an application receives over a mobile network.
      • getMobileTxBytes

        public long getMobileTxBytes()
        Returns:
        指定应用程序通过移动网络发送的数据量。
        Specifies the amount of data that the application sends over the mobile network.
      • getTotalRxBytes

        public long getTotalRxBytes()
        Returns:
        指定应用程序通过网络(WiFi和移动)接收的数据量。
        Specifies the amount of data that the application receives over the network(WiFi and Mobile).
      • getTotalTxBytes

        public long getTotalTxBytes()
        Returns:
        指定应用程序通过网络(WiFi和移动)发送的数据量。
        Specifies the amount of data that the application sends over the network(WiFi and Mobile).
      • getWifiRxBytes

        public long getWifiRxBytes()
        Returns:
        指定应用程序通过WiFi接收的数据量。
        Specifies the amount of data that the app receives over WiFi.
      • getWifiTxBytes

        public long getWifiTxBytes()
        Returns:
        指定应用程序通过WiFi发送的数据量。
        Specifies the amount of data that the app sends over WiFi.