Class VpgCheckpointResponse
java.lang.Object
com.iland.core.web.rest.response.vpg.VpgCheckpointResponse
- All Implemented Interfaces:
Serializable
VPG Checkpoint Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVpgCheckpointResponse(String checkpointIdentifier, String tag, LocalDateTime timestamp) Instantiates a new vpg checkpoint. -
Method Summary
-
Constructor Details
-
VpgCheckpointResponse
Instantiates a new vpg checkpoint.- Parameters:
checkpointIdentifier- the checkpoint identifiertag- the tagtimestamp- the timestamp
-
-
Method Details