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 java.lang.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(java.lang.String aValue)Sets the value of the ipAddress attribute.FilteredIPBuildermask(int aValue)Sets the value of the mask attribute.
-
-
-
Method Detail
-
ipAddress
public FilteredIPBuilder ipAddress(java.lang.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>
-
-