Class VpgCheckpointResponse

java.lang.Object
com.iland.core.web.rest.response.vpg.VpgCheckpointResponse
All Implemented Interfaces:
Serializable

public class VpgCheckpointResponse extends Object implements Serializable
VPG Checkpoint Response.
Author:
Brett Snyder
See Also:
  • Constructor Details

    • VpgCheckpointResponse

      public VpgCheckpointResponse(String checkpointIdentifier, String tag, LocalDateTime timestamp)
      Instantiates a new vpg checkpoint.
      Parameters:
      checkpointIdentifier - the checkpoint identifier
      tag - the tag
      timestamp - the timestamp
  • Method Details

    • getCheckpointIdentifier

      public String getCheckpointIdentifier()
      Gets the checkpoint identifier.
      Returns:
      the checkpoint identifier
    • getTag

      public String getTag()
      Gets the tag.
      Returns:
      the tag
    • getTimestamp

      public LocalDateTime getTimestamp()
      Gets the timestamp.
      Returns:
      the timestamp
    • toString

      public String toString()
      Overrides:
      toString in class Object