return bean;
}
public SituationAffectsV2Bean getSituationAffects(SituationAffectsBean affects) {
SituationAffectsV2Bean bean = new SituationAffectsV2Bean();
bean.setAgencyId(affects.getAgencyId());
bean.setApplicationId(affects.getApplicationId());
bean.setDirectionId(affects.getDirectionId());
bean.setRouteId(affects.getRouteId());
bean.setStopId(affects.getStopId());
bean.setTripId(affects.getTripId());
return bean;
}