Class ServerInvocationAndResponse
- java.lang.Object
-
- cloud.filibuster.junit.server.core.reports.ServerInvocationAndResponse
-
public class ServerInvocationAndResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ServerInvocationAndResponse(java.lang.String requestId, java.lang.String fullMethodName, com.google.protobuf.GeneratedMessageV3 requestMessage, io.grpc.Status responseStatus, com.google.protobuf.GeneratedMessageV3 responseMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFullMethodName()java.lang.StringgetRequestId()com.google.protobuf.GeneratedMessageV3getRequestMessage()com.google.protobuf.GeneratedMessageV3getResponseMessage()io.grpc.StatusgetResponseStatus()org.json.JSONObjecttoJsonObject()
-
-
-
Method Detail
-
getRequestId
public java.lang.String getRequestId()
-
getFullMethodName
public java.lang.String getFullMethodName()
-
getRequestMessage
public com.google.protobuf.GeneratedMessageV3 getRequestMessage()
-
getResponseStatus
public io.grpc.Status getResponseStatus()
-
getResponseMessage
@Nullable public com.google.protobuf.GeneratedMessageV3 getResponseMessage()
-
toJsonObject
public org.json.JSONObject toJsonObject()
-
-