Klasse PrintArchiveResults
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PrintArchiveResults
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PrintArchiveResults
extends Object
PrintArchiveResults
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<Map<String,
AssetObject>> List of the result of the promotion of all selected assets where key in the each element is the asset typeprotected String
Error reason for the promotion of assets, if the promotion is failedprotected String
Status of the promotion of assets -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofPrintArchiveResults
.PrintArchiveResults
(List<Map<String, AssetObject>> archiveResult, String errorReason, String status) Constructs a validated instance ofPrintArchiveResults
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList of the result of the promotion of all selected assets where key in the each element is the asset typearchiveResult
(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 typebuilder()
protected boolean
boolean
Error reason for the promotion of assets, if the promotion is failederrorReason
(String errorReason) Error reason for the promotion of assets, if the promotion is failedint
hashCode()
status()
Status of the promotion of assetsStatus of the promotion of assetstoString()
-
Felddetails
-
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
-
-
Konstruktordetails
-
PrintArchiveResults
Constructs a validated instance ofPrintArchiveResults
.- Parameter:
spec
- the specification to process
-
PrintArchiveResults
@Internal public PrintArchiveResults(List<Map<String, AssetObject>> archiveResult, String errorReason, String status) Constructs a validated instance ofPrintArchiveResults
.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 typeerrorReason
- Error reason for the promotion of assets, if the promotion is failedstatus
- Status of the promotion of assets
-
PrintArchiveResults
protected PrintArchiveResults()
-
-
Methodendetails
-
builder
-
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 -
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
Error reason for the promotion of assets, if the promotion is failed- Gibt zurück:
this
.
-
status
Status of the promotion of assets- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-