/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/KeyValue.php (2514B)
bottomLabel = $bottomLabel;
}
public function getBottomLabel()
{
return $this->bottomLabel;
}
/**
* @param Google_Service_HangoutsChat_Button
*/
public function setButton(Google_Service_HangoutsChat_Button $button)
{
$this->button = $button;
}
/**
* @return Google_Service_HangoutsChat_Button
*/
public function getButton()
{
return $this->button;
}
public function setContent($content)
{
$this->content = $content;
}
public function getContent()
{
return $this->content;
}
public function setContentMultiline($contentMultiline)
{
$this->contentMultiline = $contentMultiline;
}
public function getContentMultiline()
{
return $this->contentMultiline;
}
public function setIcon($icon)
{
$this->icon = $icon;
}
public function getIcon()
{
return $this->icon;
}
public function setIconUrl($iconUrl)
{
$this->iconUrl = $iconUrl;
}
public function getIconUrl()
{
return $this->iconUrl;
}
/**
* @param Google_Service_HangoutsChat_OnClick
*/
public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick)
{
$this->onClick = $onClick;
}
/**
* @return Google_Service_HangoutsChat_OnClick
*/
public function getOnClick()
{
return $this->onClick;
}
public function setTopLabel($topLabel)
{
$this->topLabel = $topLabel;
}
public function getTopLabel()
{
return $this->topLabel;
}
}