Class VpnDecoratorInformation
- java.lang.Object
-
- technology.dice.dicewhere.decorator.VpnDecoratorInformation
-
- All Implemented Interfaces:
DecoratorInformation
public class VpnDecoratorInformation extends Object implements DecoratorInformation
-
-
Constructor Summary
Constructors Constructor Description VpnDecoratorInformation(IP rangeStart, IP rangeEnd)VpnDecoratorInformation(IP rangeStart, IP rangeEnd, int numberOfMatches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetNumberOfMatches()IPgetRangeEnd()IPgetRangeStart()inthashCode()StringtoString()VpnDecoratorInformationwithNewRange(IP start, IP end)VpnDecoratorInformationwithNumberOfMatches(int i)
-
-
-
Method Detail
-
getRangeStart
public IP getRangeStart()
- Specified by:
getRangeStartin interfaceDecoratorInformation
-
getRangeEnd
public IP getRangeEnd()
- Specified by:
getRangeEndin interfaceDecoratorInformation
-
getNumberOfMatches
public int getNumberOfMatches()
- Specified by:
getNumberOfMatchesin interfaceDecoratorInformation
-
withNewRange
public VpnDecoratorInformation withNewRange(IP start, IP end)
- Specified by:
withNewRangein interfaceDecoratorInformation
-
withNumberOfMatches
public VpnDecoratorInformation withNumberOfMatches(int i)
- Specified by:
withNumberOfMatchesin interfaceDecoratorInformation
-
-