Package com.evolveum.midpoint.repo.api
Class CounterSpecification
- java.lang.Object
- 
- com.evolveum.midpoint.repo.api.CounterSpecification
 
- 
- All Implemented Interfaces:
- DebugDumpable
 
 public class CounterSpecification extends Object implements DebugDumpable - Author:
- katka
 
- 
- 
Field Summary- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description CounterSpecification(String oid, String policyRuleId, PolicyRuleType policyRule)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)intgetCount()longgetCounterStart()StringgetOid()StringgetPolicyRuleId()StringgetPolicyRuleName()PolicyThresholdTypegetPolicyThreshold()intincrementAndGet()voidreset(long currentTimeMillis)voidresetCount()voidsetCounterStart(long counterStart)StringtoString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 
- 
 
- 
- 
- 
Constructor Detail- 
CounterSpecificationpublic CounterSpecification(String oid, String policyRuleId, PolicyRuleType policyRule) 
 
- 
 - 
Method Detail- 
getCountpublic int getCount() 
 - 
getCounterStartpublic long getCounterStart() 
 - 
incrementAndGetpublic int incrementAndGet() 
 - 
setCounterStartpublic void setCounterStart(long counterStart) 
 - 
getPolicyThresholdpublic PolicyThresholdType getPolicyThreshold() 
 - 
getPolicyRuleNamepublic String getPolicyRuleName() 
 - 
getOidpublic String getOid() 
 - 
getPolicyRuleIdpublic String getPolicyRuleId() 
 - 
resetpublic void reset(long currentTimeMillis) 
 - 
resetCountpublic void resetCount() 
 - 
debugDumppublic String debugDump(int indent) - Specified by:
- debugDumpin interface- DebugDumpable
 
 
- 
 
-