Package crosby.binary

Interface Osmformat.ChangeSetOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Osmformat.ChangeSet, Osmformat.ChangeSet.Builder
    Enclosing class:
    Osmformat

    public static interface Osmformat.ChangeSetOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      required int64 id = 1;
      boolean hasId()
      required int64 id = 1;
      • 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 Detail

      • hasId

        boolean hasId()
        required int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        required int64 id = 1;
        Returns:
        The id.