Package uk.org.siri.www.siri
Interface SubscriptionContextStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubscriptionContextStructure,SubscriptionContextStructure.Builder
@Generated
public interface SubscriptionContextStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationInterval for heartbeat.com.google.protobuf.DurationOrBuilderInterval for heartbeat.booleanInterval for heartbeat.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHeartbeatInterval
boolean hasHeartbeatInterval()Interval for heartbeat. [siri/siri_requests-v2.0.xsd at 321:84]
.google.protobuf.Duration heartbeat_interval = 1;- Returns:
- Whether the heartbeatInterval field is set.
-
getHeartbeatInterval
com.google.protobuf.Duration getHeartbeatInterval()Interval for heartbeat. [siri/siri_requests-v2.0.xsd at 321:84]
.google.protobuf.Duration heartbeat_interval = 1;- Returns:
- The heartbeatInterval.
-
getHeartbeatIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getHeartbeatIntervalOrBuilder()Interval for heartbeat. [siri/siri_requests-v2.0.xsd at 321:84]
.google.protobuf.Duration heartbeat_interval = 1;
-