Class RoleAnalysisPatternInfo

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleAnalysisPatternInfo
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class RoleAnalysisPatternInfo extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Contains detailed information about pattern analysis.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_CONFIDENCE

      public static final ItemName F_CONFIDENCE
    • F_TOTAL_RELATIONS

      public static final ItemName F_TOTAL_RELATIONS
    • F_CLUSTER_RELATIONS

      public static final ItemName F_CLUSTER_RELATIONS
    • F_TOP_PATTERN_RELATION

      public static final ItemName F_TOP_PATTERN_RELATION
    • F_DETECTED_PATTERN_COUNT

      public static final ItemName F_DETECTED_PATTERN_COUNT
    • FACTORY

      public static final Producer<RoleAnalysisPatternInfo> FACTORY
  • Constructor Details

    • RoleAnalysisPatternInfo

      public RoleAnalysisPatternInfo()
    • RoleAnalysisPatternInfo

      @Deprecated public RoleAnalysisPatternInfo(PrismContext context)
      Deprecated.
  • Method Details

    • getConfidence

      public Double getConfidence()
    • setConfidence

      public void setConfidence(Double value)
    • getTotalRelations

      public Integer getTotalRelations()
    • setTotalRelations

      public void setTotalRelations(Integer value)
    • getClusterRelations

      public Integer getClusterRelations()
    • setClusterRelations

      public void setClusterRelations(Integer value)
    • getTopPatternRelation

      public Integer getTopPatternRelation()
    • setTopPatternRelation

      public void setTopPatternRelation(Integer value)
    • getDetectedPatternCount

      public Integer getDetectedPatternCount()
    • setDetectedPatternCount

      public void setDetectedPatternCount(Integer value)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    • id

      public RoleAnalysisPatternInfo id(Long value)
    • confidence

      public RoleAnalysisPatternInfo confidence(Double value)
    • totalRelations

      public RoleAnalysisPatternInfo totalRelations(Integer value)
    • clusterRelations

      public RoleAnalysisPatternInfo clusterRelations(Integer value)
    • topPatternRelation

      public RoleAnalysisPatternInfo topPatternRelation(Integer value)
    • detectedPatternCount

      public RoleAnalysisPatternInfo detectedPatternCount(Integer value)
    • end

      public <X> X end()
    • clone

      public RoleAnalysisPatternInfo clone()
      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable