public class QualysAPISecTestConnectionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
message |
int |
responseCode |
boolean |
success |
| Constructor and Description |
|---|
QualysAPISecTestConnectionResponse() |
QualysAPISecTestConnectionResponse(int responseCode,
boolean status,
String message) |
public int responseCode
public boolean success
public String message
public QualysAPISecTestConnectionResponse()
public QualysAPISecTestConnectionResponse(int responseCode,
boolean status,
String message)
Copyright © 2016–2021 Qualys Inc.. All rights reserved.