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 classOrgPolicyReport.Entrystatic classOrgPolicyReport.Range
-
Field Summary
Fields Modifier and Type Field Description List<@NotNull @Valid OrgPolicyReport.Entry>entries@NotNull OrgPolicyReport.ResultTypeoverallResult
-
Constructor Summary
Constructors Constructor Description OrgPolicyReport()
-
-
-
Field Detail
-
overallResult
@NotNull public @NotNull OrgPolicyReport.ResultType overallResult
-
entries
public List<@NotNull @Valid OrgPolicyReport.Entry> entries
-
-