public class BlacklistRecord extends Object
| Constructor and Description |
|---|
BlacklistRecord() |
BlacklistRecord(String ipAddress,
String countryCode,
int abuseConfidenceScore,
Date lastReportedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbuseConfidenceScore() |
String |
getCountryCode() |
String |
getIpAddress() |
Date |
getLastReportedAt() |
void |
setAbuseConfidenceScore(int abuseConfidenceScore) |
void |
setCountryCode(String countryCode) |
void |
setIpAddress(String ipAddress) |
void |
setLastReportedAt(Date lastReportedAt) |
public BlacklistRecord(String ipAddress, String countryCode, int abuseConfidenceScore, Date lastReportedAt)
public BlacklistRecord()
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public int getAbuseConfidenceScore()
public void setAbuseConfidenceScore(int abuseConfidenceScore)
public Date getLastReportedAt()
public void setLastReportedAt(Date lastReportedAt)
Copyright © 2021. All rights reserved.