public class AlertPatch extends Object implements Serializable
Constructor and Description |
---|
AlertPatch() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Graph graph) |
boolean |
displayDuring(State state) |
boolean |
equals(Object o) |
String |
getAgency() |
Alert |
getAlert() |
String |
getDirection() |
int |
getDirectionId() |
String |
getFeedId() |
String |
getId() |
FeedScopedId |
getRoute() |
FeedScopedId |
getStop() |
FeedScopedId |
getTrip() |
int |
hashCode() |
boolean |
hasTrip() |
void |
remove(Graph graph) |
void |
setAgencyId(String agency) |
void |
setAlert(Alert alert) |
void |
setDirection(String direction) |
void |
setDirectionId(int direction) |
void |
setFeedId(String feedId) |
void |
setId(String id) |
void |
setRoute(FeedScopedId route) |
void |
setStop(FeedScopedId stop) |
void |
setTimePeriods(List<TimePeriod> periods) |
void |
setTrip(FeedScopedId trip) |
public Alert getAlert()
public boolean displayDuring(State state)
public String getId()
public void setId(String id)
public void apply(Graph graph)
public void remove(Graph graph)
public void setAlert(Alert alert)
public void setTimePeriods(List<TimePeriod> periods)
public String getAgency()
public FeedScopedId getRoute()
public FeedScopedId getTrip()
public FeedScopedId getStop()
public void setAgencyId(String agency)
public void setRoute(FeedScopedId route)
public void setTrip(FeedScopedId trip)
public void setDirection(String direction)
public void setDirectionId(int direction)
public String getDirection()
public int getDirectionId()
public void setStop(FeedScopedId stop)
public String getFeedId()
public void setFeedId(String feedId)
public boolean hasTrip()
Copyright © 2019. All rights reserved.