Interface AbstractItemStructureOrBuilder

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

public interface AbstractItemStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Time at which data was recorded.
    com.google.protobuf.TimestampOrBuilder
    Time at which data was recorded.
    boolean
    Time at which data was recorded.

    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

    • hasRecordedAtTime

      boolean hasRecordedAtTime()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
      Returns:
      Whether the recordedAtTime field is set.
    • getRecordedAtTime

      com.google.protobuf.Timestamp getRecordedAtTime()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;
      Returns:
      The recordedAtTime.
    • getRecordedAtTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getRecordedAtTimeOrBuilder()
       Time at which data was recorded.  [siri/siri_requests-v2.0.xsd at 747:59]
       
      .google.protobuf.Timestamp recorded_at_time = 1;