Class DNSRetroQueryLogEntry
- java.lang.Object
-
- app.nzyme.plugin.retro.dns.entries.DNSRetroQueryLogEntry
-
public abstract class DNSRetroQueryLogEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDNSRetroQueryLogEntry.Builder
-
Constructor Summary
Constructors Constructor Description DNSRetroQueryLogEntry()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DNSRetroQueryLogEntry.Builderbuilder()static DNSRetroQueryLogEntrycreate(String tapName, String ip, String server, String sourceMac, String destinationMac, Long port, String queryValue, String dataType, org.joda.time.DateTime timestamp)abstract StringdataType()abstract StringdestinationMac()abstract Stringip()abstract Longport()abstract StringqueryValue()abstract Stringserver()abstract StringsourceMac()abstract StringtapName()abstract org.joda.time.DateTimetimestamp()
-
-
-
Method Detail
-
tapName
public abstract String tapName()
-
ip
public abstract String ip()
-
server
public abstract String server()
-
sourceMac
public abstract String sourceMac()
-
destinationMac
public abstract String destinationMac()
-
port
public abstract Long port()
-
queryValue
public abstract String queryValue()
-
dataType
public abstract String dataType()
-
timestamp
public abstract org.joda.time.DateTime timestamp()
-
create
public static DNSRetroQueryLogEntry create(String tapName, String ip, String server, String sourceMac, String destinationMac, Long port, String queryValue, String dataType, org.joda.time.DateTime timestamp)
-
builder
public static DNSRetroQueryLogEntry.Builder builder()
-
-