Class TimestampResponseDTO
java.lang.Object
eu.europa.esig.dss.ws.timestamp.dto.TimestampResponseDTO
- All Implemented Interfaces:
Serializable
public class TimestampResponseDTO extends Object implements Serializable
The DTO representing a response of a timestamp service
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimestampResponseDTO()
Default constructor -
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getBinaries()
Gets binaries of the timestamp's responseint
hashCode()
void
setBinaries(byte[] binaries)
Sets binaries of the timestamp's responseString
toString()
-
Constructor Details
-
TimestampResponseDTO
public TimestampResponseDTO()Default constructor
-
-
Method Details
-
getBinaries
public byte[] getBinaries()Gets binaries of the timestamp's response- Returns:
- binaries
-
setBinaries
public void setBinaries(byte[] binaries)Sets binaries of the timestamp's response- Parameters:
binaries
- byte array
-
hashCode
public int hashCode() -
equals
-
toString
-