Class GenericDhcpOption.Builder

    • Constructor Detail

      • Builder

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

      • setCode

        public GenericDhcpOption.Builder setCode​(java.lang.Long code)
        Code of the dhcp option. format: int64
        Parameters:
        code - New value for the property.
      • setValues

        public GenericDhcpOption.Builder setValues​(java.util.List<java.lang.String> values)
        Value of the option.
        Parameters:
        values - New value for the property.