Class DNSRetroQueryLogEntry
java.lang.Object
app.nzyme.plugin.retro.dns.entries.DNSRetroQueryLogEntry
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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 Stringabstract Stringip()abstract Longport()abstract Stringabstract Stringserver()abstract Stringabstract StringtapName()abstract org.joda.time.DateTime
-
Constructor Details
-
DNSRetroQueryLogEntry
public DNSRetroQueryLogEntry()
-
-
Method Details
-
tapName
-
ip
-
server
-
sourceMac
-
destinationMac
-
port
-
queryValue
-
dataType
-
timestamp
public abstract org.joda.time.DateTime timestamp() -
create
-
builder
-