timestamp method

  1. @override
int timestamp()
override

the request create time.

Implementation

@override
int timestamp() {
  return _timestamp;
}