public class FilteredIPBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<FilteredIP>
| Modifier and Type | Field and Description |
|---|---|
protected int |
allowance |
protected java.lang.String |
ipAddress |
protected int |
mask |
| Constructor and Description |
|---|
FilteredIPBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FilteredIPBuilder |
allowance(int aValue)
Sets the value of the allowance attribute.
|
FilteredIP |
build() |
FilteredIPBuilder |
ipAddress(java.lang.String aValue)
Sets the value of the ipAddress attribute.
|
FilteredIPBuilder |
mask(int aValue)
Sets the value of the mask attribute.
|
protected java.lang.String ipAddress
protected int mask
protected int allowance
public FilteredIPBuilder ipAddress(java.lang.String aValue)
public FilteredIPBuilder mask(int aValue)
public FilteredIPBuilder allowance(int aValue)
public FilteredIP build()
build in interface net.anotheria.asg.data.Builder<FilteredIP>Copyright © 2012-2023 anotheria.net. All Rights Reserved.