public class ApplicationStatus extends Object
Constructor and Description |
---|
ApplicationStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getApplicationId() |
Long |
getEnd() |
Location |
getLocation(String location) |
List<Location> |
getLocations() |
Double |
getOverallStatus() |
Long |
getStart() |
int |
hashCode() |
void |
setApplicationId(Integer applicationId) |
void |
setEnd(Long end) |
void |
setLocations(List<Location> locations) |
void |
setOverallStatus(Double overallStatus) |
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 Double getOverallStatus()
public void setOverallStatus(Double overallStatus)
Copyright © 2021. All rights reserved.