Numerical int value of the measurement that was recorded.
Generated from protobuf field <code>sfixed64 value = 3;</code>
int|string $var:
$this
public function setValue($var) { GPBUtil::checkInt64($var); $this->value = $var; return $this; }