Klasse LicenseInformation

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.LicenseInformation

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

    • extendedRights

      protected String extendedRights
    • licenseType

      protected String licenseType
    • licenseVersion

      protected String licenseVersion
    • metering

      protected String metering
    • priceQuantity

      protected String priceQuantity
    • priceUnit

      protected String priceUnit
    • typeOfInstallation

      protected String typeOfInstallation
  • Konstruktordetails

    • LicenseInformation

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

      @Internal public LicenseInformation(String extendedRights, String licenseType, String licenseVersion, String metering, String priceQuantity, String priceUnit, String typeOfInstallation)
      Constructs a validated instance of LicenseInformation.

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

      Parameter:
      extendedRights - var.name
      licenseType - var.name
      licenseVersion - var.name
      metering - var.name
      priceQuantity - var.name
      priceUnit - var.name
      typeOfInstallation - var.name
    • LicenseInformation

      protected LicenseInformation()
  • Methodendetails