attributeId = $attributeId;
}
/**
* @return string
*/
public function getAttributeId()
{
return $this->attributeId;
}
/**
* @param string
*/
public function setAttributeValue($attributeValue)
{
$this->attributeValue = $attributeValue;
}
/**
* @return string
*/
public function getAttributeValue()
{
return $this->attributeValue;
}
/**
* @param MultiKey[]
*/
public function setMessageKeys($messageKeys)
{
$this->messageKeys = $messageKeys;
}
/**
* @return MultiKey[]
*/
public function getMessageKeys()
{
return $this->messageKeys;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AttributeSet::class, 'Google_Service_CloudSearch_AttributeSet');