public class ApplicationServiceStatus extends Object
Constructor and Description |
---|
ApplicationServiceStatus() |
Modifier and Type | Method and 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() |
public Integer getApplicationId()
public void setApplicationId(Integer applicationId)
public Long getStart()
public void setStart(Long start)
public Long getEnd()
public void setEnd(Long end)
public Integer getMonitoredServiceId()
public void setMonitoredServiceId(Integer monitoredServiceId)
Copyright © 2021. All rights reserved.