Package org.onosproject.store.primitives
Class NodeUpdate.Builder<V>
- java.lang.Object
-
- org.onosproject.store.primitives.NodeUpdate.Builder<V>
-
- Type Parameters:
V
- value type
- Enclosing class:
- NodeUpdate<V>
public static final class NodeUpdate.Builder<V> extends Object
NodeUpdate builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeUpdate<V>
build()
NodeUpdate.Builder<V>
withPath(DocumentPath key)
NodeUpdate.Builder<V>
withType(NodeUpdate.Type type)
NodeUpdate.Builder<V>
withValue(V value)
NodeUpdate.Builder<V>
withVersion(long version)
-
-
-
Method Detail
-
build
public NodeUpdate<V> build()
-
withType
public NodeUpdate.Builder<V> withType(NodeUpdate.Type type)
-
withPath
public NodeUpdate.Builder<V> withPath(DocumentPath key)
-
withValue
public NodeUpdate.Builder<V> withValue(V value)
-
withVersion
public NodeUpdate.Builder<V> withVersion(long version)
-
-