Klasse PrintArchiveResults

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

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

    • archiveResult

      protected List<Map<String,AssetObject>> archiveResult
      List of the result of the promotion of all selected assets where key in the each element is the asset type
    • errorReason

      protected String errorReason
      Error reason for the promotion of assets, if the promotion is failed
    • status

      protected String status
      Status of the promotion of assets
  • Konstruktordetails

    • PrintArchiveResults

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

      @Internal public PrintArchiveResults(List<Map<String,AssetObject>> archiveResult, String errorReason, String status)
      Constructs a validated instance of PrintArchiveResults.

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

      Parameter:
      archiveResult - List of the result of the promotion of all selected assets where key in the each element is the asset type
      errorReason - Error reason for the promotion of assets, if the promotion is failed
      status - Status of the promotion of assets
    • PrintArchiveResults

      protected PrintArchiveResults()
  • Methodendetails

    • builder

    • archiveResult

      public List<Map<String,AssetObject>> archiveResult()
      List of the result of the promotion of all selected assets where key in the each element is the asset type
    • errorReason

      public String errorReason()
      Error reason for the promotion of assets, if the promotion is failed
    • status

      public String status()
      Status of the promotion of assets
    • archiveResult

      public PrintArchiveResults archiveResult(List<Map<String,AssetObject>> archiveResult)
      List of the result of the promotion of all selected assets where key in the each element is the asset type
      Gibt zurück:
      this.
    • errorReason

      public PrintArchiveResults errorReason(String errorReason)
      Error reason for the promotion of assets, if the promotion is failed
      Gibt zurück:
      this.
    • status

      public PrintArchiveResults status(String status)
      Status of the promotion of assets
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object