The int64 value.
Generated from protobuf field <code>int64 value = 1;</code>
int|string $var:
$this
public function setValue($var) { GPBUtil::checkInt64($var); $this->value = $var; return $this; }