Class ResponseContext

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ResponseContext
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Context with key properties for problem determination.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ResponseContext.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String clusterName()
      Gets the clusterName.
      java.lang.String elapsedTime()
      Gets the elapsedTime.
      java.lang.String endTime()
      Gets the endTime.
      java.lang.String host()
      Gets the host.
      java.lang.String instanceId()
      Gets the instanceId.
      ResponseContext.Builder newBuilder()
      New builder.
      java.lang.String operation()
      Gets the operation.
      java.lang.String startTime()
      Gets the startTime.
      java.lang.String threadId()
      Gets the threadId.
      java.lang.String transactionId()
      Gets the transactionId.
      java.lang.String url()
      Gets the url.
      java.lang.String userAgent()
      Gets the userAgent.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • transactionId

        public java.lang.String transactionId()
        Gets the transactionId. The transaction ID of the inbound REST request.
        Returns:
        the transactionId
      • operation

        public java.lang.String operation()
        Gets the operation. The operation of the inbound REST request.
        Returns:
        the operation
      • userAgent

        public java.lang.String userAgent()
        Gets the userAgent. The user agent of the inbound REST request.
        Returns:
        the userAgent
      • url

        public java.lang.String url()
        Gets the url. The URL of that cluster.
        Returns:
        the url
      • instanceId

        public java.lang.String instanceId()
        Gets the instanceId. The instance ID of the server instance processing the request.
        Returns:
        the instanceId
      • threadId

        public java.lang.String threadId()
        Gets the threadId. The thread ID of the server instance processing the request.
        Returns:
        the threadId
      • host

        public java.lang.String host()
        Gets the host. The host of the server instance processing the request.
        Returns:
        the host
      • startTime

        public java.lang.String startTime()
        Gets the startTime. The start time of the request.
        Returns:
        the startTime
      • endTime

        public java.lang.String endTime()
        Gets the endTime. The finish time of the request.
        Returns:
        the endTime
      • elapsedTime

        public java.lang.String elapsedTime()
        Gets the elapsedTime. The elapsed time in msec.
        Returns:
        the elapsedTime
      • clusterName

        public java.lang.String clusterName()
        Gets the clusterName. The cluster name.
        Returns:
        the clusterName