Class DhcpLeasePerIP.Builder

  • Enclosing class:
    DhcpLeasePerIP

    public static final class DhcpLeasePerIP.Builder
    extends java.lang.Object
    Builder class for DhcpLeasePerIP.
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of DhcpLeasePerIP.
    • Method Detail

      • setExpireTime

        public DhcpLeasePerIP.Builder setExpireTime​(java.lang.String expireTime)
        expire time of the lease
        Parameters:
        expireTime - New value for the property.
      • setIpAddress

        public DhcpLeasePerIP.Builder setIpAddress​(java.lang.String ipAddress)
        ip address of client
        Parameters:
        ipAddress - New value for the property.
      • setLeaseTime

        public DhcpLeasePerIP.Builder setLeaseTime​(java.lang.String leaseTime)
        lease time of the ip address, in seconds
        Parameters:
        leaseTime - New value for the property.
      • setMacAddress

        public DhcpLeasePerIP.Builder setMacAddress​(java.lang.String macAddress)
        mac address of client
        Parameters:
        macAddress - New value for the property.
      • setStartTime

        public DhcpLeasePerIP.Builder setStartTime​(java.lang.String startTime)
        start time of lease
        Parameters:
        startTime - New value for the property.
      • setSubnet

        public DhcpLeasePerIP.Builder setSubnet​(java.lang.String subnet)
        subnet of client network
        Parameters:
        subnet - New value for the property.