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