Class FilteredIPBuilder

  • All Implemented Interfaces:
    net.anotheria.asg.data.Builder<FilteredIP>

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

      • ipAddress

        protected java.lang.String ipAddress
      • mask

        protected int mask
      • allowance

        protected int allowance
    • Constructor Detail

      • FilteredIPBuilder

        public FilteredIPBuilder()
    • Method Detail

      • ipAddress

        public FilteredIPBuilder ipAddress​(java.lang.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>