com.pax.dal.entity

Class VisitItem

  • java.lang.Object
    • com.pax.dal.entity.VisitItem


  • public class VisitItem
    extends java.lang.Object
    应用访问网络记录类
    Application access network record class
    • Constructor Summary

      Constructors 
      Constructor and Description
      VisitItem(int count, java.lang.String ipAddr, java.lang.String pkgName) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getCount()
      获取应用访问指定IP地址的次数
      Get the number of times the application visits the specified IP address
      java.lang.String getIpAddr()
      获取访问的IP地址
      Get the IP address of the visit
      java.lang.String getPkgName()
      获取应用包名
      Get application package name
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VisitItem

        public VisitItem(int count,
                         java.lang.String ipAddr,
                         java.lang.String pkgName)
    • Method Detail

      • getCount

        public int getCount()
        获取应用访问指定IP地址的次数
        Get the number of times the application visits the specified IP address
        Returns:
        应用访问指定IP地址的次数
        The number of times the application accessed the specified IP address
      • getIpAddr

        public java.lang.String getIpAddr()
        获取访问的IP地址
        Get the IP address of the visit
        Returns:
        访问的IP地址
        Visited IP address
      • getPkgName

        public java.lang.String getPkgName()
        获取应用包名
        Get application package name
        Returns:
        应用包名
        Application package name