@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPositionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPositionResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetPositionResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
Accuracy |
getAccuracy()
Deprecated.
The accuracy of the estimated position in meters.
|
List<Float> |
getPosition()
Deprecated.
The position information of the resource.
|
String |
getSolverProvider()
Deprecated.
The vendor of the positioning solver.
|
String |
getSolverType()
Deprecated.
The type of solver used to identify the position of the resource.
|
String |
getSolverVersion()
Deprecated.
The version of the positioning solver.
|
String |
getTimestamp()
Deprecated.
The timestamp at which the device's position was determined.
|
int |
hashCode()
Deprecated.
|
void |
setAccuracy(Accuracy accuracy)
Deprecated.
The accuracy of the estimated position in meters.
|
void |
setPosition(Collection<Float> position)
Deprecated.
The position information of the resource.
|
void |
setSolverProvider(String solverProvider)
Deprecated.
The vendor of the positioning solver.
|
void |
setSolverType(String solverType)
Deprecated.
The type of solver used to identify the position of the resource.
|
void |
setSolverVersion(String solverVersion)
Deprecated.
The version of the positioning solver.
|
void |
setTimestamp(String timestamp)
Deprecated.
The timestamp at which the device's position was determined.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
GetPositionResult |
withAccuracy(Accuracy accuracy)
Deprecated.
The accuracy of the estimated position in meters.
|
GetPositionResult |
withPosition(Collection<Float> position)
Deprecated.
The position information of the resource.
|
GetPositionResult |
withPosition(Float... position)
Deprecated.
The position information of the resource.
|
GetPositionResult |
withSolverProvider(PositionSolverProvider solverProvider)
Deprecated.
The vendor of the positioning solver.
|
GetPositionResult |
withSolverProvider(String solverProvider)
Deprecated.
The vendor of the positioning solver.
|
GetPositionResult |
withSolverType(PositionSolverType solverType)
Deprecated.
The type of solver used to identify the position of the resource.
|
GetPositionResult |
withSolverType(String solverType)
Deprecated.
The type of solver used to identify the position of the resource.
|
GetPositionResult |
withSolverVersion(String solverVersion)
Deprecated.
The version of the positioning solver.
|
GetPositionResult |
withTimestamp(String timestamp)
Deprecated.
The timestamp at which the device's position was determined.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Float> getPosition()
The position information of the resource.
public void setPosition(Collection<Float> position)
The position information of the resource.
position
- The position information of the resource.public GetPositionResult withPosition(Float... position)
The position information of the resource.
NOTE: This method appends the values to the existing list (if any). Use
setPosition(java.util.Collection)
or withPosition(java.util.Collection)
if you want to override
the existing values.
position
- The position information of the resource.public GetPositionResult withPosition(Collection<Float> position)
The position information of the resource.
position
- The position information of the resource.public void setAccuracy(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.public Accuracy getAccuracy()
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.
public GetPositionResult withAccuracy(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.public void setSolverType(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
public String getSolverType()
The type of solver used to identify the position of the resource.
PositionSolverType
public GetPositionResult withSolverType(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
public GetPositionResult withSolverType(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
public void setSolverProvider(String solverProvider)
The vendor of the positioning solver.
solverProvider
- The vendor of the positioning solver.PositionSolverProvider
public String getSolverProvider()
The vendor of the positioning solver.
PositionSolverProvider
public GetPositionResult withSolverProvider(String solverProvider)
The vendor of the positioning solver.
solverProvider
- The vendor of the positioning solver.PositionSolverProvider
public GetPositionResult withSolverProvider(PositionSolverProvider solverProvider)
The vendor of the positioning solver.
solverProvider
- The vendor of the positioning solver.PositionSolverProvider
public void setSolverVersion(String solverVersion)
The version of the positioning solver.
solverVersion
- The version of the positioning solver.public String getSolverVersion()
The version of the positioning solver.
public GetPositionResult withSolverVersion(String solverVersion)
The version of the positioning solver.
solverVersion
- The version of the positioning solver.public void setTimestamp(String timestamp)
The timestamp at which the device's position was determined.
timestamp
- The timestamp at which the device's position was determined.public String getTimestamp()
The timestamp at which the device's position was determined.
public GetPositionResult withTimestamp(String timestamp)
The timestamp at which the device's position was determined.
timestamp
- The timestamp at which the device's position was determined.public String toString()
toString
in class Object
Object.toString()
public GetPositionResult clone()