| Package | Description |
|---|---|
| me.ablax.abuseipdb.models.check |
| Modifier and Type | Method and Description |
|---|---|
List<Report> |
CheckResponse.getReports() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckResponse.setReports(List<Report> reports) |
| Constructor and Description |
|---|
CheckResponse(String ipAddress,
Boolean isPublic,
Integer ipVersion,
Boolean isWhitelisted,
Integer abuseConfidenceScore,
String countryCode,
String countryName,
String usageType,
String isp,
String domain,
List<String> hostnames,
Integer totalReports,
Integer numDistinctUsers,
Date lastReportedAt,
List<Report> reports) |
Copyright © 2021. All rights reserved.