Class NormalizedVertex.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.NormalizedVertex.Builder
 
- 
- Enclosing class:
- NormalizedVertex
 
 public static class NormalizedVertex.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NormalizedVertexbuild()NormalizedVertex.Buildercopy(NormalizedVertex model)NormalizedVertex.Builderx(Float x)The X axis coordinate.NormalizedVertex.Buildery(Float y)The Y axis coordinate.
 
- 
- 
- 
Method Detail- 
xpublic NormalizedVertex.Builder x(Float x) The X axis coordinate.- Parameters:
- x- the value to set
- Returns:
- this builder
 
 - 
ypublic NormalizedVertex.Builder y(Float y) The Y axis coordinate.- Parameters:
- y- the value to set
- Returns:
- this builder
 
 - 
buildpublic NormalizedVertex build() 
 - 
copypublic NormalizedVertex.Builder copy(NormalizedVertex model) 
 
- 
 
-