rv.analytics.ui.PlanningCenterLive
*/
class PlanningCenterLive extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1;
*/
protected $window_type = 0;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type int $window_type
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\AnalyticsUI::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1;
* @return int
*/
public function getWindowType()
{
return $this->window_type;
}
/**
* Generated from protobuf field .rv.analytics.ui.PlanningCenterLive.WindowType window_type = 1;
* @param int $var
* @return $this
*/
public function setWindowType($var)
{
GPBUtil::checkEnum($var, \Rv\Analytics\Ui\PlanningCenterLive\WindowType::class);
$this->window_type = $var;
return $this;
}
}