public static final class Point.Replicate
extends Object
| Constructor and Description |
|---|
Replicate(Point point,
Optional<Boolean> convert)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
getConvert()
Gets the convert indicator.
|
Point |
getPoint()
Gets the replicate point.
|
Optional<UUID> |
getPointUUID()
Gets the point's UUID.
|
public Replicate(@Nonnull
Point point,
@Nonnull
Optional<Boolean> convert)
point - The replicate point.convert - The optional convert indicator.@Nonnull @CheckReturnValue public Optional<Boolean> getConvert()
@Nonnull @CheckReturnValue public Point getPoint()
@Nonnull @CheckReturnValue public Optional<UUID> getPointUUID()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.