Interface CheckStatusResponseBodyStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckStatusResponseBodyStructure, CheckStatusResponseBodyStructure.Builder

@Generated public interface CheckStatusResponseBodyStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether data delivery is ready to be fetched SIRI v 2.0 [siri/siri_common_services-v2.0.xsd at 803:67]
    Description of any error or warning condition that applies to the status check.
    Description of any error or warning condition that applies to the status check.
    com.google.protobuf.Timestamp
    Time at which current instantiation of service started.
    com.google.protobuf.TimestampOrBuilder
    Time at which current instantiation of service started.
    com.google.protobuf.Duration
    Minimum interval at which updates can be sent.
    com.google.protobuf.DurationOrBuilder
    Minimum interval at which updates can be sent.
    boolean
    Whether the request was processed successfully or not.
    com.google.protobuf.Timestamp
    End of data horizon of the data producer.
    com.google.protobuf.TimestampOrBuilder
    End of data horizon of the data producer.
    boolean
    Description of any error or warning condition that applies to the status check.
    boolean
    Time at which current instantiation of service started.
    boolean
    Minimum interval at which updates can be sent.
    boolean
    End of data horizon of the data producer.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStatus

      boolean getStatus()
       Whether the request was processed successfully or not. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 541:63]
       
      bool status = 1;
      Returns:
      The status.
    • getDataReady

      boolean getDataReady()
       Whether data delivery is ready to be fetched SIRI v 2.0  [siri/siri_common_services-v2.0.xsd at 803:67]
       
      bool data_ready = 2;
      Returns:
      The dataReady.
    • hasErrorCondition

      boolean hasErrorCondition()
       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
      Returns:
      The errorCondition.
    • getErrorConditionOrBuilder

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseBodyStructure.ErrorConditionType error_condition = 3;
    • hasValidUntil

      boolean hasValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 4;
      Returns:
      Whether the validUntil field is set.
    • getValidUntil

      com.google.protobuf.Timestamp getValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 4;
      Returns:
      The validUntil.
    • getValidUntilOrBuilder

      com.google.protobuf.TimestampOrBuilder getValidUntilOrBuilder()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 4;
    • hasShortestPossibleCycle

      boolean hasShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 5;
      Returns:
      Whether the shortestPossibleCycle field is set.
    • getShortestPossibleCycle

      com.google.protobuf.Duration getShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 5;
      Returns:
      The shortestPossibleCycle.
    • getShortestPossibleCycleOrBuilder

      com.google.protobuf.DurationOrBuilder getShortestPossibleCycleOrBuilder()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 5;
    • hasServiceStartedTime

      boolean hasServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 11;
      Returns:
      Whether the serviceStartedTime field is set.
    • getServiceStartedTime

      com.google.protobuf.Timestamp getServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 11;
      Returns:
      The serviceStartedTime.
    • getServiceStartedTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getServiceStartedTimeOrBuilder()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 11;