public static final class DhcpOptions.Builder
extends java.lang.Object
DhcpOptions.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DhcpOptions. |
| Modifier and Type | Method and Description |
|---|---|
DhcpOptions |
build() |
DhcpOptions.Builder |
setOption121(DhcpOption121 option121) |
DhcpOptions.Builder |
setOthers(java.util.List<GenericDhcpOption> others)
To define DHCP options other than option 121 in generic format.
|
public Builder()
DhcpOptions.public DhcpOptions.Builder setOption121(DhcpOption121 option121)
option121 - New value for the property.public DhcpOptions.Builder setOthers(java.util.List<GenericDhcpOption> others)
others - New value for the property.public DhcpOptions build()