Interface AbstractIdentifiedItemStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Identifier of item.
    com.google.protobuf.ByteString
    Identifier of item.
    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;
    • getItemIdentifier

      String getItemIdentifier()
       Identifier of item.  [siri/siri_requests-v2.0.xsd at 761:81]
       
      string item_identifier = 21;
      Returns:
      The itemIdentifier.
    • getItemIdentifierBytes

      com.google.protobuf.ByteString getItemIdentifierBytes()
       Identifier of item.  [siri/siri_requests-v2.0.xsd at 761:81]
       
      string item_identifier = 21;
      Returns:
      The bytes for itemIdentifier.