public class ReportedAddress extends Object
| Constructor and Description |
|---|
ReportedAddress() |
ReportedAddress(String ipAddress,
int numReports,
Date mostRecentReport,
int abuseConfidenceScore,
Object countryCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbuseConfidenceScore() |
Object |
getCountryCode() |
String |
getIpAddress() |
Date |
getMostRecentReport() |
int |
getNumReports() |
void |
setAbuseConfidenceScore(int abuseConfidenceScore) |
void |
setCountryCode(Object countryCode) |
void |
setIpAddress(String ipAddress) |
void |
setMostRecentReport(Date mostRecentReport) |
void |
setNumReports(int numReports) |
public ReportedAddress(String ipAddress, int numReports, Date mostRecentReport, int abuseConfidenceScore, Object countryCode)
public ReportedAddress()
public String getIpAddress()
public void setIpAddress(String ipAddress)
public int getNumReports()
public void setNumReports(int numReports)
public Date getMostRecentReport()
public void setMostRecentReport(Date mostRecentReport)
public int getAbuseConfidenceScore()
public void setAbuseConfidenceScore(int abuseConfidenceScore)
public Object getCountryCode()
public void setCountryCode(Object countryCode)
Copyright © 2021. All rights reserved.