public class VpgCheckpointResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| VpgCheckpointResponse(String checkpointIdentifier,
                     String tag,
                     LocalDateTime timestamp)Instantiates a new vpg checkpoint. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCheckpointIdentifier()Gets the checkpoint identifier. | 
| String | getTag()Gets the tag. | 
| LocalDateTime | getTimestamp()Gets the timestamp. | 
| String | toString() | 
public VpgCheckpointResponse(String checkpointIdentifier, String tag, LocalDateTime timestamp)
checkpointIdentifier - the checkpoint identifiertag - the tagtimestamp - the timestamppublic String getCheckpointIdentifier()
public String getTag()
public LocalDateTime getTimestamp()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.