Interface SlaAuditInstance
- All Known Subinterfaces:
SlaAuditInstanceEntity
- All Known Implementing Classes:
SlaAuditInstanceEntityImpl
public interface SlaAuditInstance
-
Method Summary
-
Method Details
-
getId
String getId() -
getScopeId
String getScopeId() -
getSubScopeId
String getSubScopeId() -
getRootScopeId
String getRootScopeId() -
getScopeType
String getScopeType() -
getRootScopeType
String getRootScopeType() -
getScopeDefinitionKey
String getScopeDefinitionKey() -
getSubScopeDefinitionKey
String getSubScopeDefinitionKey() -
getRootScopeDefinitionKey
String getRootScopeDefinitionKey() -
getAppKey
String getAppKey() -
getSlaDefinitionKey
String getSlaDefinitionKey() -
getTenantId
String getTenantId() -
getCreateTime
Date getCreateTime() -
getInProgressStartTime
Date getInProgressStartTime() -
getInProgressStartedBy
String getInProgressStartedBy() -
getClaimTime
Date getClaimTime() -
getClaimedBy
String getClaimedBy() -
getCompletionTime
Date getCompletionTime() -
getCompletedBy
String getCompletedBy() -
getInProgressStartDueTime
Date getInProgressStartDueTime() -
getCompletionDueTime
Date getCompletionDueTime() -
getInProgressStartDueDuration
Long getInProgressStartDueDuration() -
getCompletionDueDuration
Long getCompletionDueDuration() -
getInProgressStartDuration
Long getInProgressStartDuration() -
getCompletionDuration
Long getCompletionDuration() -
getInProgressStartRelative
Long getInProgressStartRelative() -
getCompletionRelative
Long getCompletionRelative() -
getInProgressStartSlaBreached
Boolean getInProgressStartSlaBreached() -
getCompletionSlaBreached
Boolean getCompletionSlaBreached() -
getPayload
String getPayload()
-