public static interface GetPositionResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPositionResponse.Builder,GetPositionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPositionResponse.Builder |
accuracy(Accuracy accuracy)
The accuracy of the estimated position in meters.
|
default GetPositionResponse.Builder |
accuracy(Consumer<Accuracy.Builder> accuracy)
The accuracy of the estimated position in meters.
|
GetPositionResponse.Builder |
position(Collection<Float> position)
The position information of the resource.
|
GetPositionResponse.Builder |
position(Float... position)
The position information of the resource.
|
GetPositionResponse.Builder |
solverProvider(PositionSolverProvider solverProvider)
The vendor of the positioning solver.
|
GetPositionResponse.Builder |
solverProvider(String solverProvider)
The vendor of the positioning solver.
|
GetPositionResponse.Builder |
solverType(PositionSolverType solverType)
The type of solver used to identify the position of the resource.
|
GetPositionResponse.Builder |
solverType(String solverType)
The type of solver used to identify the position of the resource.
|
GetPositionResponse.Builder |
solverVersion(String solverVersion)
The version of the positioning solver.
|
GetPositionResponse.Builder |
timestamp(String timestamp)
The timestamp at which the device's position was determined.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPositionResponse.Builder position(Collection<Float> position)
The position information of the resource.
position - The position information of the resource.GetPositionResponse.Builder position(Float... position)
The position information of the resource.
position - The position information of the resource.GetPositionResponse.Builder accuracy(Accuracy accuracy)
The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
accuracy - The accuracy of the estimated position in meters. An empty value indicates that no position data is
available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to
the position information that you specified instead of the position computed by solver.default GetPositionResponse.Builder accuracy(Consumer<Accuracy.Builder> accuracy)
The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
This is a convenience method that creates an instance of theAccuracy.Builder avoiding the need to
create one manually via Accuracy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to accuracy(Accuracy).
accuracy - a consumer that will call methods on Accuracy.Builderaccuracy(Accuracy)GetPositionResponse.Builder solverType(String solverType)
The type of solver used to identify the position of the resource.
solverType - The type of solver used to identify the position of the resource.PositionSolverType,
PositionSolverTypeGetPositionResponse.Builder solverType(PositionSolverType solverType)
The type of solver used to identify the position of the resource.
solverType - The type of solver used to identify the position of the resource.PositionSolverType,
PositionSolverTypeGetPositionResponse.Builder solverProvider(String solverProvider)
The vendor of the positioning solver.
solverProvider - The vendor of the positioning solver.PositionSolverProvider,
PositionSolverProviderGetPositionResponse.Builder solverProvider(PositionSolverProvider solverProvider)
The vendor of the positioning solver.
solverProvider - The vendor of the positioning solver.PositionSolverProvider,
PositionSolverProviderGetPositionResponse.Builder solverVersion(String solverVersion)
The version of the positioning solver.
solverVersion - The version of the positioning solver.GetPositionResponse.Builder timestamp(String timestamp)
The timestamp at which the device's position was determined.
timestamp - The timestamp at which the device's position was determined.Copyright © 2023. All rights reserved.