Klasse ProductInformation

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

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

    • expirationDate

      protected String expirationDate
    • higherLevPosNr

      protected String higherLevPosNr
    • higherLevProdCode

      protected String higherLevProdCode
    • higherLevProdName

      protected String higherLevProdName
    • operatingSystem

      protected String operatingSystem
    • productCode

      protected String productCode
    • productID

      protected String productID
    • productName

      protected String productName
    • productVersion

      protected String productVersion
    • renewalDate

      protected String renewalDate
    • usage

      protected String usage
  • Konstruktordetails

    • ProductInformation

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

      @Internal public ProductInformation(String expirationDate, String higherLevPosNr, String higherLevProdCode, String higherLevProdName, String operatingSystem, String productCode, String productID, String productName, String productVersion, String renewalDate, String usage)
      Constructs a validated instance of ProductInformation.

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

      Parameter:
      expirationDate - var.name
      higherLevPosNr - var.name
      higherLevProdCode - var.name
      higherLevProdName - var.name
      operatingSystem - var.name
      productCode - var.name
      productID - var.name
      productName - var.name
      productVersion - var.name
      renewalDate - var.name
      usage - var.name
    • ProductInformation

      protected ProductInformation()
  • Methodendetails