Klasse ServiceMgmtServerVariable

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtServerVariable

@Generated("io.github.primelib.primecodegen") public class ServiceMgmtServerVariable extends Object
ServiceMgmtServerVariable
  • Felddetails

    • defaultProp

      protected String defaultProp
    • description

      protected String description
      An optional description for the server variable
    • enumProp

      protected List<String> enumProp
    • vendorExtensions

      protected Map<String,Object> vendorExtensions
  • Konstruktordetails

    • ServiceMgmtServerVariable

      public ServiceMgmtServerVariable(Consumer<ServiceMgmtServerVariable> spec)
      Constructs a validated instance of ServiceMgmtServerVariable.
      Parameter:
      spec - the specification to process
    • ServiceMgmtServerVariable

      @Internal public ServiceMgmtServerVariable(String defaultProp, String description, List<String> enumProp, Map<String,Object> vendorExtensions)
      Constructs a validated instance of ServiceMgmtServerVariable.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using ServiceMgmtServerVariable(Consumer) instead.

      Parameter:
      defaultProp - defaultProp
      description - An optional description for the server variable
      enumProp - enumProp
      vendorExtensions - vendorExtensions
    • ServiceMgmtServerVariable

      protected ServiceMgmtServerVariable()
  • Methodendetails