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 Long
getCount()
Date
getDate()
String
getDescription()
Long
getDuration()
Date
getEndDate()
String
getLogChannelId()
String
getSubject()
void
incrementCount()
void
setCount(Long count)
void
setDate(Date date)
void
setDescription(String description)
void
setDuration(Long duration)
void
setEndDate(Date endDate)
void
setLogChannelId(String logChannelId)
void
setSubject(String subject)
String
toString()
-
-
-
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
-
-