Class ResponseContext
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ResponseContext
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ResponseContext extends com.ibm.cloud.sdk.core.service.model.GenericModelContext with key properties for problem determination.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseContext.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringclusterName()Gets the clusterName.java.lang.StringelapsedTime()Gets the elapsedTime.java.lang.StringendTime()Gets the endTime.java.lang.Stringhost()Gets the host.java.lang.StringinstanceId()Gets the instanceId.ResponseContext.BuildernewBuilder()New builder.java.lang.Stringoperation()Gets the operation.java.lang.StringstartTime()Gets the startTime.java.lang.StringthreadId()Gets the threadId.java.lang.StringtransactionId()Gets the transactionId.java.lang.Stringurl()Gets the url.java.lang.StringuserAgent()Gets the userAgent.
-
-
-
Method Detail
-
newBuilder
public ResponseContext.Builder newBuilder()
New builder.- Returns:
- a ResponseContext builder
-
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
-
-