Class QualysCSResponse
- java.lang.Object
-
- com.qualys.plugins.wasPlugin.QualysClient.QualysCSResponse
-
public class QualysCSResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
errored
String
errorMessage
com.google.gson.JsonObject
response
int
responseCode
-
Constructor Summary
Constructors Constructor Description QualysCSResponse()
-
-
-
Field Detail
-
response
public com.google.gson.JsonObject response
-
responseCode
public int responseCode
-
errored
public boolean errored
-
errorMessage
public String errorMessage
-
-