Class AuditReportDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.AuditReportDTO
AuditReportDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalApiId(String externalApiId) The External API IDgetGrade()The overall grade of the Security AuditThe number of errors in the API DefinitionThe API Security Audit ReportinthashCode()voidsetExternalApiId(String externalApiId) voidvoidsetNumErrors(Integer numErrors) voidtoString()
-
Field Details
-
SERIALIZED_NAME_REPORT
- See Also:
-
SERIALIZED_NAME_GRADE
- See Also:
-
SERIALIZED_NAME_NUM_ERRORS
- See Also:
-
SERIALIZED_NAME_EXTERNAL_API_ID
- See Also:
-
-
Constructor Details
-
AuditReportDTO
public AuditReportDTO()
-
-
Method Details
-
report
-
getReport
The API Security Audit Report- Returns:
- report
-
setReport
-
grade
-
getGrade
The overall grade of the Security Audit- Returns:
- grade
-
setGrade
-
numErrors
-
getNumErrors
The number of errors in the API Definition- Returns:
- numErrors
-
setNumErrors
-
externalApiId
-
getExternalApiId
The External API ID- Returns:
- externalApiId
-
setExternalApiId
-
equals
-
hashCode
public int hashCode() -
toString
-