public class ZKAuditSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ZKAuditSet.ZKPolicyReportSections
Structure of report that defines which sections to be included.
|
| Modifier | Constructor and Description |
|---|---|
|
ZKAuditSet() |
|
ZKAuditSet(File auditConfigFile) |
protected |
ZKAuditSet(List<ZKQueryElement> queries,
List<ZKCheckElement> checks,
ZKAuditSet.ZKPolicyReportSections sections) |
| Modifier and Type | Method and Description |
|---|---|
List<ZKCheckElement> |
getChecks() |
List<ZKQueryElement> |
getQueries() |
ZKAuditSet.ZKPolicyReportSections |
getSections() |
void |
setChecks(List<ZKCheckElement> checks) |
void |
setQueries(List<ZKQueryElement> queries) |
void |
setSections(ZKAuditSet.ZKPolicyReportSections sections) |
public ZKAuditSet(File auditConfigFile) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException@Generated(value="lombok") public ZKAuditSet()
@ConstructorProperties(value={"queries","checks","sections"}) @Generated(value="lombok") protected ZKAuditSet(List<ZKQueryElement> queries, List<ZKCheckElement> checks, ZKAuditSet.ZKPolicyReportSections sections)
@Generated(value="lombok") public List<ZKQueryElement> getQueries()
@Generated(value="lombok") public List<ZKCheckElement> getChecks()
@Generated(value="lombok") public ZKAuditSet.ZKPolicyReportSections getSections()
@Generated(value="lombok") public void setQueries(List<ZKQueryElement> queries)
@Generated(value="lombok") public void setChecks(List<ZKCheckElement> checks)
@Generated(value="lombok") public void setSections(ZKAuditSet.ZKPolicyReportSections sections)
Copyright © 2020. All rights reserved.