Class BundleStatus
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.model.BundleStatus
-
- All Implemented Interfaces:
Serializable
public class BundleStatus extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSTATUS_COMPLETEstatic StringSTATUS_ERRORstatic StringSTATUS_STAGING_COMPLETEstatic StringSTATUS_STARTED
-
Constructor Summary
Constructors Constructor Description BundleStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBundleName(String bundleFilename)List<String>getBundleNames()StringgetId()StringgetStatus()voidsetBundleNames(List<String> bundleNames)voidsetId(String id)voidsetStatus(String status)
-
-
-
Field Detail
-
STATUS_STARTED
public static final String STATUS_STARTED
- See Also:
- Constant Field Values
-
STATUS_COMPLETE
public static final String STATUS_COMPLETE
- See Also:
- Constant Field Values
-
STATUS_ERROR
public static final String STATUS_ERROR
- See Also:
- Constant Field Values
-
STATUS_STAGING_COMPLETE
public static final String STATUS_STAGING_COMPLETE
- See Also:
- Constant Field Values
-
-