Klasse ArchiveTraceInfoRequest

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

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

    • apiId

      protected String apiId
      The UUID of the API from which the tracer events are exported.
    • apiType

      protected String apiType
      The type of the API. Possible values are SOAP, REST, ODATA
    • correlationIDs

      protected List<CorrelationIDInfo> correlationIDs
      Specifies the list of Correlation ID data for which trace information should be archived.
  • Konstruktordetails

    • ArchiveTraceInfoRequest

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

      @Internal public ArchiveTraceInfoRequest(String apiId, String apiType, List<CorrelationIDInfo> correlationIDs)
      Constructs a validated instance of ArchiveTraceInfoRequest.

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

      Parameter:
      apiId - The UUID of the API from which the tracer events are exported.
      apiType - The type of the API. Possible values are SOAP, REST, ODATA
      correlationIDs - Specifies the list of Correlation ID data for which trace information should be archived.
    • ArchiveTraceInfoRequest

      protected ArchiveTraceInfoRequest()
  • Methodendetails

    • builder

    • apiId

      public String apiId()
      The UUID of the API from which the tracer events are exported.
    • apiType

      public String apiType()
      The type of the API. Possible values are SOAP, REST, ODATA
    • correlationIDs

      public List<CorrelationIDInfo> correlationIDs()
      Specifies the list of Correlation ID data for which trace information should be archived.
    • apiId

      public ArchiveTraceInfoRequest apiId(String apiId)
      The UUID of the API from which the tracer events are exported.
      Gibt zurück:
      this.
    • apiType

      public ArchiveTraceInfoRequest apiType(String apiType)
      The type of the API. Possible values are SOAP, REST, ODATA
      Gibt zurück:
      this.
    • correlationIDs

      public ArchiveTraceInfoRequest correlationIDs(List<CorrelationIDInfo> correlationIDs)
      Specifies the list of Correlation ID data for which trace information should be archived.
      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