Klasse CorrelationIDInfo
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.CorrelationIDInfo
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CorrelationIDInfo
extends Object
CorrelationIDInfo
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe correlation ID of the tracer event which should be archived.protected LongThe epoch timestamp (in milliseconds) of the instance when the runtime execution happened.protected StringThe status of the runtime execution.protected IntegerThe status code of the runtime execution. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCorrelationIDInfo(String correlationID, Long creationDate, String status, Integer statusCode) Constructs a validated implementation ofCorrelationIDInfo. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanThe correlation ID of the tracer event which should be archived.correlationID(String correlationID) The correlation ID of the tracer event which should be archived.The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.creationDate(Long creationDate) The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.booleaninthashCode()status()The status of the runtime execution.The status of the runtime execution.The status code of the runtime execution.statusCode(Integer statusCode) The status code of the runtime execution.toString()
-
Felddetails
-
correlationID
The correlation ID of the tracer event which should be archived. -
creationDate
The epoch timestamp (in milliseconds) of the instance when the runtime execution happened. -
status
The status of the runtime execution. Possible values are SUCCESS, FAILURE -
statusCode
The status code of the runtime execution.
-
-
Konstruktordetails
-
CorrelationIDInfo
Constructs a validated implementation ofCorrelationIDInfo.- Parameter:
spec- the specification to process
-
CorrelationIDInfo
-
CorrelationIDInfo
protected CorrelationIDInfo()
-
-
Methodendetails
-
correlationID
The correlation ID of the tracer event which should be archived. -
creationDate
The epoch timestamp (in milliseconds) of the instance when the runtime execution happened. -
status
The status of the runtime execution. Possible values are SUCCESS, FAILURE -
statusCode
The status code of the runtime execution. -
correlationID
The correlation ID of the tracer event which should be archived.- Gibt zurück:
this.
-
creationDate
The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.- Gibt zurück:
this.
-
status
The status of the runtime execution. Possible values are SUCCESS, FAILURE- Gibt zurück:
this.
-
statusCode
The status code of the runtime execution.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-