Class ApplicationServiceStatus
- java.lang.Object
-
- org.opennms.netmgt.model.perspectivepolling.ApplicationServiceStatus
-
public class ApplicationServiceStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationServiceStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Integer
getApplicationId()
Long
getEnd()
List<Location>
getLocations()
Integer
getMonitoredServiceId()
Long
getStart()
int
hashCode()
void
setApplicationId(Integer applicationId)
void
setEnd(Long end)
void
setLocations(List<Location> locations)
void
setMonitoredServiceId(Integer monitoredServiceId)
void
setStart(Long start)
String
toString()
-
-
-
Method Detail
-
getApplicationId
public Integer getApplicationId()
-
setApplicationId
public void setApplicationId(Integer applicationId)
-
getStart
public Long getStart()
-
setStart
public void setStart(Long start)
-
getEnd
public Long getEnd()
-
setEnd
public void setEnd(Long end)
-
getMonitoredServiceId
public Integer getMonitoredServiceId()
-
setMonitoredServiceId
public void setMonitoredServiceId(Integer monitoredServiceId)
-
-