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 intgetCount()获取应用访问指定IP地址的次数Get the number of times the application visits the specified IP addressjava.lang.StringgetIpAddr()获取访问的IP地址Get the IP address of the visitjava.lang.StringgetPkgName()获取应用包名Get application package name
-
-
-
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
-
-