hotKeyAge = $hotKeyAge;
}
/**
* @return string
*/
public function getHotKeyAge()
{
return $this->hotKeyAge;
}
/**
* @param string
*/
public function setKey($key)
{
$this->key = $key;
}
/**
* @return string
*/
public function getKey()
{
return $this->key;
}
/**
* @param bool
*/
public function setKeyTruncated($keyTruncated)
{
$this->keyTruncated = $keyTruncated;
}
/**
* @return bool
*/
public function getKeyTruncated()
{
return $this->keyTruncated;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(HotKeyInfo::class, 'Google_Service_Dataflow_HotKeyInfo');