Class GatewayQualifier

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

public abstract class GatewayQualifier extends Qualifier
Product section property qualifier that requires a string value to be a valid gateway IP address on the network with specified name.
Author:
Cory Snyder
  • Constructor Details

    • GatewayQualifier

      public GatewayQualifier()
  • Method Details

    • networkName

      @Parameter public abstract String networkName()
      The network name.
    • type

      @Derived public QualifierType type()
      Description copied from class: Qualifier
      The qualifier type.
      Specified by:
      type in class Qualifier