public class VpnDecoratorInformation extends Object implements DecoratorInformation
| Constructor and Description |
|---|
VpnDecoratorInformation(IP rangeStart,
IP rangeEnd) |
VpnDecoratorInformation(IP rangeStart,
IP rangeEnd,
int numberOfMatches) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getNumberOfMatches() |
IP |
getRangeEnd() |
IP |
getRangeStart() |
int |
hashCode() |
String |
toString() |
VpnDecoratorInformation |
withNewRange(IP start,
IP end) |
VpnDecoratorInformation |
withNumberOfMatches(int i) |
public VpnDecoratorInformation(IP rangeStart, IP rangeEnd, int numberOfMatches)
public IP getRangeStart()
getRangeStart in interface DecoratorInformationpublic IP getRangeEnd()
getRangeEnd in interface DecoratorInformationpublic int getNumberOfMatches()
getNumberOfMatches in interface DecoratorInformationpublic VpnDecoratorInformation withNewRange(IP start, IP end)
withNewRange in interface DecoratorInformationpublic VpnDecoratorInformation withNumberOfMatches(int i)
withNumberOfMatches in interface DecoratorInformationCopyright © 2021. All rights reserved.