public class ParsedLine extends Object
| Constructor and Description |
|---|
ParsedLine(IP startIp,
IP endIp,
IpInformation info,
RawLine rawLine) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IP |
getEndIp() |
IpInformation |
getInfo() |
IP |
getStartIp() |
int |
hashCode() |
String |
toString() |
public ParsedLine(IP startIp, IP endIp, IpInformation info, RawLine rawLine)
public IP getStartIp()
public IP getEndIp()
public IpInformation getInfo()
Copyright © 2021. All rights reserved.