Package de.aristaflow.ilm.model.orgmodel
Class OrgPolicyReport
- java.lang.Object
-
- de.aristaflow.ilm.model.orgmodel.OrgPolicyReport
-
- All Implemented Interfaces:
Serializable
public class OrgPolicyReport extends Object implements Serializable
- See Also:
OrgPolicyReport
, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrgPolicyReport.Entry
static class
OrgPolicyReport.Range
-
Field Summary
Fields Modifier and Type Field Description List<@NotNull @Valid OrgPolicyReport.Entry>
entries
@NotNull OrgPolicyReport.ResultType
overallResult
-
Constructor Summary
Constructors Constructor Description OrgPolicyReport()
-
-
-
Field Detail
-
overallResult
@NotNull public @NotNull OrgPolicyReport.ResultType overallResult
-
entries
public List<@NotNull @Valid OrgPolicyReport.Entry> entries
-
-