Klasse CorrelationIDInfo

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

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

    • correlationID

      protected String correlationID
      The correlation ID of the tracer event which should be archived.
    • creationDate

      protected Long creationDate
      The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.
    • status

      protected String status
      The status of the runtime execution. Possible values are SUCCESS, FAILURE
    • statusCode

      protected Integer statusCode
      The status code of the runtime execution.
  • Konstruktordetails

    • CorrelationIDInfo

      @Internal public CorrelationIDInfo(Consumer<CorrelationIDInfo> spec)
      Constructs a validated implementation of CorrelationIDInfo.
      Parameter:
      spec - the specification to process
    • CorrelationIDInfo

      public CorrelationIDInfo(String correlationID, Long creationDate, String status, Integer statusCode)
    • CorrelationIDInfo

      protected CorrelationIDInfo()
  • Methodendetails

    • correlationID

      public String correlationID()
      The correlation ID of the tracer event which should be archived.
    • creationDate

      public Long creationDate()
      The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.
    • status

      public String status()
      The status of the runtime execution. Possible values are SUCCESS, FAILURE
    • statusCode

      public Integer statusCode()
      The status code of the runtime execution.
    • correlationID

      public CorrelationIDInfo correlationID(String correlationID)
      The correlation ID of the tracer event which should be archived.
      Gibt zurück:
      this.
    • creationDate

      public CorrelationIDInfo creationDate(Long creationDate)
      The epoch timestamp (in milliseconds) of the instance when the runtime execution happened.
      Gibt zurück:
      this.
    • status

      public CorrelationIDInfo status(String status)
      The status of the runtime execution. Possible values are SUCCESS, FAILURE
      Gibt zurück:
      this.
    • statusCode

      public CorrelationIDInfo statusCode(Integer statusCode)
      The status code of the runtime execution.
      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