Klasse ArchiveTraceInfoRequest
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ArchiveTraceInfoRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ArchiveTraceInfoRequest
extends Object
ArchiveTraceInfoRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe UUID of the API from which the tracer events are exported.protected StringThe type of the API.protected List<CorrelationIDInfo>Specifies the list of Correlation ID data for which trace information should be archived. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedArchiveTraceInfoRequest(String apiId, String apiType, List<CorrelationIDInfo> correlationIDs) Constructs a validated instance ofArchiveTraceInfoRequest.Constructs a validated instance ofArchiveTraceInfoRequest. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()The UUID of the API from which the tracer events are exported.The UUID of the API from which the tracer events are exported.apiType()The type of the API.The type of the API.builder()protected booleanSpecifies the list of Correlation ID data for which trace information should be archived.correlationIDs(List<CorrelationIDInfo> correlationIDs) Specifies the list of Correlation ID data for which trace information should be archived.booleaninthashCode()toString()
-
Felddetails
-
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.
-
-
Konstruktordetails
-
ArchiveTraceInfoRequest
Constructs a validated instance ofArchiveTraceInfoRequest.- Parameter:
spec- the specification to process
-
ArchiveTraceInfoRequest
@Internal public ArchiveTraceInfoRequest(String apiId, String apiType, List<CorrelationIDInfo> correlationIDs) Constructs a validated instance ofArchiveTraceInfoRequest.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, ODATAcorrelationIDs- Specifies the list of Correlation ID data for which trace information should be archived.
-
ArchiveTraceInfoRequest
protected ArchiveTraceInfoRequest()
-
-
Methodendetails
-
builder
-
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. -
apiId
The UUID of the API from which the tracer events are exported.- Gibt zurück:
this.
-
apiType
The type of the API. Possible values are SOAP, REST, ODATA- Gibt zurück:
this.
-
correlationIDs
Specifies the list of Correlation ID data for which trace information should be archived.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-