public static final class IpAssignment.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
IpAssignment.Builder |
assignmentStatus(IpAssignment.AssignmentStatus status) |
IpAssignment.Builder |
broadcast(Ip4Address broadcast) |
IpAssignment |
build() |
IpAssignment.Builder |
dhcpServer(Ip4Address dhcpServer) |
IpAssignment.Builder |
domainServer(Ip4Address domainServer) |
IpAssignment.Builder |
ipAddress(Ip4Address addr) |
IpAssignment.Builder |
leasePeriod(int leasePeriodinSeconds) |
IpAssignment.Builder |
routerAddress(Ip4Address routerAddress) |
IpAssignment.Builder |
subnetMask(Ip4Address subnetMask) |
IpAssignment.Builder |
timestamp(java.util.Date timestamp) |
public IpAssignment build()
public IpAssignment.Builder ipAddress(Ip4Address addr)
public IpAssignment.Builder timestamp(java.util.Date timestamp)
public IpAssignment.Builder leasePeriod(int leasePeriodinSeconds)
public IpAssignment.Builder assignmentStatus(IpAssignment.AssignmentStatus status)
public IpAssignment.Builder subnetMask(Ip4Address subnetMask)
public IpAssignment.Builder broadcast(Ip4Address broadcast)
public IpAssignment.Builder dhcpServer(Ip4Address dhcpServer)
public IpAssignment.Builder domainServer(Ip4Address domainServer)
public IpAssignment.Builder routerAddress(Ip4Address routerAddress)