public static class CustomsAtRiskAccountStateModel.ScannedByEntry extends Object
| Constructor and Description |
|---|
ScannedByEntry(String ip)
Create new ScannedByEntry
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIpAddress()
Get IP address of entry
|
org.joda.time.DateTime |
getTimestamp()
Get timestamp of entry
|
void |
setIpAddress(String ip)
Set IP address of entry
|
void |
setTimestamp(org.joda.time.DateTime ts)
Set timestamp of entry
|
public ScannedByEntry(String ip)
ip - IP addresspublic org.joda.time.DateTime getTimestamp()
public void setTimestamp(org.joda.time.DateTime ts)
ts - Entry timestamppublic String getIpAddress()
public void setIpAddress(String ip)
ip - IP addressCopyright © 2022. All rights reserved.