public static final class Osmformat.ChangeSet.Builder extends com.protobuf .GeneratedMessageLite .Builder <Osmformat .ChangeSet ,Osmformat .ChangeSet .Builder > implements Osmformat .ChangeSetOrBuilder
OSMPBF.ChangeSet
THIS IS STUB DESIGN FOR CHANGESETS. NOT USED RIGHT NOW. TODO: REMOVE THIS?
| Modifier and Type | Method and Description |
|---|---|
Osmformat |
build()
|
Osmformat |
buildPartial()
|
Osmformat |
clear()
|
Osmformat |
clearId()
required int64 id = 1;
|
Osmformat |
clone()
|
Osmformat |
getDefaultInstanceForType()
|
long |
getId()
required int64 id = 1;
|
boolean |
hasId()
required int64 id = 1;
|
boolean |
isInitialized()
|
Osmformat |
mergeFrom(com
|
Osmformat |
mergeFrom(Osmformat
|
Osmformat |
setId(long value)
required int64 id = 1;
|
public Osmformat.ChangeSet .Builder clear()
public Osmformat.ChangeSet .Builder clone()
public Osmformat.ChangeSet getDefaultInstanceForType()
public Osmformat.ChangeSet build()
public Osmformat.ChangeSet buildPartial()
public Osmformat.ChangeSet .Builder mergeFrom(Osmformat .ChangeSet other)
public final boolean isInitialized()
public Osmformat.ChangeSet .Builder mergeFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface
com.google.protobuf.MessageLite.Builder
mergeFrom in class
com.google.protobuf.AbstractMessageLite.Builder<Osmformat.ChangeSet.Builder >
IOException
public boolean hasId()
required int64 id = 1;
// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs. optional Info info = 4;
public long getId()
required int64 id = 1;
// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs. optional Info info = 4;
public Osmformat.ChangeSet .Builder setId(long value)
required int64 id = 1;
// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs. optional Info info = 4;
public Osmformat.ChangeSet .Builder clearId()
required int64 id = 1;
// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs. optional Info info = 4;