Class SerializedLine
- java.lang.Object
-
- technology.dice.dicewhere.lineprocessing.SerializedLine
-
public class SerializedLine extends Object
-
-
Constructor Summary
Constructors Constructor Description SerializedLine(IP startIp, ParsedLine parsedLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsedLinegetParsedLine()IPgetStartIp()
-
-
-
Constructor Detail
-
SerializedLine
public SerializedLine(IP startIp, ParsedLine parsedLine)
-
-
Method Detail
-
getStartIp
public IP getStartIp()
-
getParsedLine
public ParsedLine getParsedLine()
-
-