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.String
getFullMethodName()
java.lang.String
getRequestId()
com.google.protobuf.GeneratedMessageV3
getRequestMessage()
com.google.protobuf.GeneratedMessageV3
getResponseMessage()
io.grpc.Status
getResponseStatus()
org.json.JSONObject
toJsonObject()
-
-
-
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()
-
-