Package org.pentaho.di.core.metrics
Class MetricsDuration
- java.lang.Object
-
- org.pentaho.di.core.metrics.MetricsDuration
-
public class MetricsDuration extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()DategetDate()StringgetDescription()LonggetDuration()DategetEndDate()StringgetLogChannelId()StringgetSubject()voidincrementCount()voidsetCount(Long count)voidsetDate(Date date)voidsetDescription(String description)voidsetDuration(Long duration)voidsetEndDate(Date endDate)voidsetLogChannelId(String logChannelId)voidsetSubject(String subject)StringtoString()
-
-
-
Method Detail
-
getDate
public Date getDate()
- Returns:
- the date
-
setDate
public void setDate(Date date)
- Parameters:
date- the date to set
-
getDescription
public String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(String description)
- Parameters:
description- the description to set
-
getDuration
public Long getDuration()
- Returns:
- the duration
-
setDuration
public void setDuration(Long duration)
- Parameters:
duration- the duration to set
-
getSubject
public String getSubject()
- Returns:
- the subject
-
setSubject
public void setSubject(String subject)
- Parameters:
subject- the subject to set
-
getLogChannelId
public String getLogChannelId()
- Returns:
- the logChannelId
-
setLogChannelId
public void setLogChannelId(String logChannelId)
- Parameters:
logChannelId- the logChannelId to set
-
getCount
public Long getCount()
-
setCount
public void setCount(Long count)
-
incrementCount
public void incrementCount()
-
getEndDate
public Date getEndDate()
- Returns:
- the endDate
-
setEndDate
public void setEndDate(Date endDate)
- Parameters:
endDate- the endDate to set
-
-