org.onebusaway.transit_data_federation.services.service_alerts
Interface ServiceAlerts.ConsequenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceAlerts.Consequence, ServiceAlerts.Consequence.Builder
Enclosing class:
ServiceAlerts

public static interface ServiceAlerts.ConsequenceOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getDetourPath()
           
 ServiceAlerts.Id getDetourStopIds(int index)
           
 int getDetourStopIdsCount()
           
 List<ServiceAlerts.Id> getDetourStopIdsList()
           
 ServiceAlerts.IdOrBuilder getDetourStopIdsOrBuilder(int index)
           
 List<? extends ServiceAlerts.IdOrBuilder> getDetourStopIdsOrBuilderList()
           
 ServiceAlerts.Consequence.Effect getEffect()
           
 boolean hasDetourPath()
           
 boolean hasEffect()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasEffect

boolean hasEffect()

getEffect

ServiceAlerts.Consequence.Effect getEffect()

hasDetourPath

boolean hasDetourPath()

getDetourPath

String getDetourPath()

getDetourStopIdsList

List<ServiceAlerts.Id> getDetourStopIdsList()

getDetourStopIds

ServiceAlerts.Id getDetourStopIds(int index)

getDetourStopIdsCount

int getDetourStopIdsCount()

getDetourStopIdsOrBuilderList

List<? extends ServiceAlerts.IdOrBuilder> getDetourStopIdsOrBuilderList()

getDetourStopIdsOrBuilder

ServiceAlerts.IdOrBuilder getDetourStopIdsOrBuilder(int index)


Copyright © 2012 OneBusAway. All Rights Reserved.