@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyDevicePositionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
VerifyDevicePositionResult() |
Modifier and Type | Method and Description |
---|---|
VerifyDevicePositionResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The device identifier.
|
String |
getDistanceUnit()
The distance unit for the verification response.
|
InferredState |
getInferredState()
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
Date |
getReceivedTime()
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
Date |
getSampleTime()
The timestamp at which the device's position was determined.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The device identifier.
|
void |
setDistanceUnit(String distanceUnit)
The distance unit for the verification response.
|
void |
setInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
void |
setReceivedTime(Date receivedTime)
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setSampleTime(Date sampleTime)
The timestamp at which the device's position was determined.
|
String |
toString()
Returns a string representation of this object.
|
VerifyDevicePositionResult |
withDeviceId(String deviceId)
The device identifier.
|
VerifyDevicePositionResult |
withDistanceUnit(DistanceUnit distanceUnit)
The distance unit for the verification response.
|
VerifyDevicePositionResult |
withDistanceUnit(String distanceUnit)
The distance unit for the verification response.
|
VerifyDevicePositionResult |
withInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access
points.
|
VerifyDevicePositionResult |
withReceivedTime(Date receivedTime)
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
VerifyDevicePositionResult |
withSampleTime(Date sampleTime)
The timestamp at which the device's position was determined.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
inferredState
- The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi-
access points.public InferredState getInferredState()
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
public VerifyDevicePositionResult withInferredState(InferredState inferredState)
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
inferredState
- The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi-
access points.public void setDeviceId(String deviceId)
The device identifier.
deviceId
- The device identifier.public String getDeviceId()
The device identifier.
public VerifyDevicePositionResult withDeviceId(String deviceId)
The device identifier.
deviceId
- The device identifier.public void setSampleTime(Date sampleTime)
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
sampleTime
- The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getSampleTime()
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public VerifyDevicePositionResult withSampleTime(Date sampleTime)
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
sampleTime
- The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public void setReceivedTime(Date receivedTime)
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
receivedTime
- The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getReceivedTime()
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public VerifyDevicePositionResult withReceivedTime(Date receivedTime)
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
receivedTime
- The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public void setDistanceUnit(String distanceUnit)
The distance unit for the verification response.
distanceUnit
- The distance unit for the verification response.DistanceUnit
public String getDistanceUnit()
The distance unit for the verification response.
DistanceUnit
public VerifyDevicePositionResult withDistanceUnit(String distanceUnit)
The distance unit for the verification response.
distanceUnit
- The distance unit for the verification response.DistanceUnit
public VerifyDevicePositionResult withDistanceUnit(DistanceUnit distanceUnit)
The distance unit for the verification response.
distanceUnit
- The distance unit for the verification response.DistanceUnit
public String toString()
toString
in class Object
Object.toString()
public VerifyDevicePositionResult clone()