Klasse ImportTraceInfoResponse

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

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

    • apiId

      protected String apiId
      The ID of the API for which the event(s) was/were generated.
    • apiType

      protected String apiType
      The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData.
    • traceInfo

      protected List<Map<String,List<TraceLog>>> traceInfo
      The detailed trace information of each event in the archive with the corresponding correlation ID.
    • transactionEvents

      protected List<TransactionEventObject> transactionEvents
      The list of transaction events that were available in the imported archive.
  • Konstruktordetails

    • ImportTraceInfoResponse

      public ImportTraceInfoResponse(Consumer<ImportTraceInfoResponse> spec)
      Constructs a validated instance of ImportTraceInfoResponse.
      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 of ImportTraceInfoResponse.

      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

      public String apiId()
      The ID of the API for which the event(s) was/were generated.
    • apiType

      public String apiType()
      The type of the API for which the event(s) was/were generated. Possible values are REST, SOAP, OData.
    • traceInfo

      public List<Map<String,List<TraceLog>>> traceInfo()
      The detailed trace information of each event in the archive with the corresponding correlation ID.
    • transactionEvents

      public List<TransactionEventObject> transactionEvents()
      The list of transaction events that were available in the imported archive.
    • apiId

      public ImportTraceInfoResponse apiId(String apiId)
      The ID of the API for which the event(s) was/were generated.
      Gibt zurück:
      this.
    • apiType

      public ImportTraceInfoResponse apiType(String 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

      public ImportTraceInfoResponse traceInfo(List<Map<String,List<TraceLog>>> traceInfo)
      The detailed trace information of each event in the archive with the corresponding correlation ID.
      Gibt zurück:
      this.
    • transactionEvents

      public ImportTraceInfoResponse transactionEvents(List<TransactionEventObject> transactionEvents)
      The list of transaction events that were available in the imported archive.
      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