Class IpQualifier

java.lang.Object
com.iland.core.web.rest.response.vm.Qualifier
com.iland.core.web.rest.response.vm.IpQualifier
Direct Known Subclasses:
ImmutableIpQualifier

public abstract class IpQualifier extends Qualifier
Product section property qualifier that requires a string value to be a valid IP address. If the network name is provided, requires that the IP address is on the network with the given name.
Author:
Cory Snyder
  • Constructor Details

    • IpQualifier

      public IpQualifier()
  • Method Details