Class FilteredIPBuilder

java.lang.Object
net.anotheria.anosite.gen.assiteconfig.data.FilteredIPBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<FilteredIP>

public class FilteredIPBuilder extends Object implements net.anotheria.asg.data.Builder<FilteredIP>
  • Field Details

    • ipAddress

      protected String ipAddress
    • mask

      protected int mask
    • allowance

      protected int allowance
  • Constructor Details

    • FilteredIPBuilder

      public FilteredIPBuilder()
  • Method Details

    • ipAddress

      public FilteredIPBuilder ipAddress(String aValue)
      Sets the value of the ipAddress attribute.
    • mask

      public FilteredIPBuilder mask(int aValue)
      Sets the value of the mask attribute.
    • allowance

      public FilteredIPBuilder allowance(int aValue)
      Sets the value of the allowance attribute.
    • build

      public FilteredIP build()
      Specified by:
      build in interface net.anotheria.asg.data.Builder<FilteredIP>