public class Timestamp
extends java.lang.Object
implements java.io.Serializable
Timestamp
object for the
evaluation request.Constructor and Description |
---|
Timestamp()
Constructs a
Timestamp object. |
Timestamp(java.lang.String value)
Constructs a
Timestamp object from a string value. |
public Timestamp()
Timestamp
object.public Timestamp(java.lang.String value)
Timestamp
object from a string value.value
- The string.public java.lang.String getValue()
public void setValue(java.lang.String content)
content
- The string containing the time stamp value.