Class FilteredIPBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assiteconfig.data.FilteredIPBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<FilteredIP>
public class FilteredIPBuilder extends Object implements net.anotheria.asg.data.Builder<FilteredIP>
-
-
Constructor Summary
Constructors Constructor Description FilteredIPBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilteredIPBuilderallowance(int aValue)Sets the value of the allowance attribute.FilteredIPbuild()FilteredIPBuilderipAddress(String aValue)Sets the value of the ipAddress attribute.FilteredIPBuildermask(int aValue)Sets the value of the mask attribute.
-
-
-
Field Detail
-
ipAddress
protected String ipAddress
-
mask
protected int mask
-
allowance
protected int allowance
-
-
Method Detail
-
ipAddress
public FilteredIPBuilder ipAddress(String aValue)
Sets the value of the ipAddress attribute.
-
mask
public FilteredIPBuilder mask(int aValue)
Sets the value of the mask attribute.
-
allowance
public FilteredIPBuilder allowance(int aValue)
Sets the value of the allowance attribute.
-
build
public FilteredIP build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<FilteredIP>
-
-