Class TimestampResponseDTO
java.lang.Object
eu.europa.esig.dss.ws.timestamp.dto.TimestampResponseDTO
- All Implemented Interfaces:
Serializable
public class TimestampResponseDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimestampResponseDTO()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
byte[]
getBinaries()
int
hashCode()
void
setBinaries(byte[] binaries)
String
toString()
-
Constructor Details
-
TimestampResponseDTO
public TimestampResponseDTO()
-
-
Method Details