Klasse ImportTraceInfoResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ImportTraceInfoResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ImportTraceInfoResponse
extends Object
ImportTraceInfoResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe ID of the API for which the event(s) was/were generated.protected StringThe type of the API for which the event(s) was/were generated.The detailed trace information of each event in the archive with the corresponding correlation ID.protected List<TransactionEventObject>The list of transaction events that were available in the imported archive. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedImportTraceInfoResponse(String apiId, String apiType, List<Map<String, List<TraceLog>>> traceInfo, List<TransactionEventObject> transactionEvents) Constructs a validated instance ofImportTraceInfoResponse.Constructs a validated instance ofImportTraceInfoResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()The ID of the API for which the event(s) was/were generated.The ID of the API for which the event(s) was/were generated.apiType()The type of the API for which the event(s) was/were generated.The type of the API for which the event(s) was/were generated.builder()protected booleanbooleaninthashCode()toString()The detailed trace information of each event in the archive with the corresponding correlation ID.The detailed trace information of each event in the archive with the corresponding correlation ID.The list of transaction events that were available in the imported archive.transactionEvents(List<TransactionEventObject> transactionEvents) The list of transaction events that were available in the imported archive.
-
Felddetails
-
apiId
The ID of the API for which the event(s) was/were generated. -
apiType
The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData. -
traceInfo
The detailed trace information of each event in the archive with the corresponding correlation ID. -
transactionEvents
The list of transaction events that were available in the imported archive.
-
-
Konstruktordetails
-
ImportTraceInfoResponse
Constructs a validated instance ofImportTraceInfoResponse.- Parameter:
spec- the specification to process
-
ImportTraceInfoResponse
@Internal public ImportTraceInfoResponse(String apiId, String apiType, List<Map<String, List<TraceLog>>> traceInfo, List<TransactionEventObject> transactionEvents) Constructs a validated instance ofImportTraceInfoResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ImportTraceInfoResponse(Consumer)instead.- Parameter:
apiId- The ID of the API for which the event(s) was/were generated.apiType- The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData.traceInfo- The detailed trace information of each event in the archive with the corresponding correlation ID.transactionEvents- The list of transaction events that were available in the imported archive.
-
ImportTraceInfoResponse
protected ImportTraceInfoResponse()
-
-
Methodendetails
-
builder
-
apiId
The ID of the API for which the event(s) was/were generated. -
apiType
The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData. -
traceInfo
The detailed trace information of each event in the archive with the corresponding correlation ID. -
transactionEvents
The list of transaction events that were available in the imported archive. -
apiId
The ID of the API for which the event(s) was/were generated.- Gibt zurück:
this.
-
apiType
The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData.- Gibt zurück:
this.
-
traceInfo
The detailed trace information of each event in the archive with the corresponding correlation ID.- Gibt zurück:
this.
-
transactionEvents
The list of transaction events that were available in the imported archive.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-