rv.data.API_v1_Presentation_Response.Active */ class Active extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field .rv.data.API_v1_Presentation presentation = 1; */ protected $presentation = null; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type \Rv\Data\API_v1_Presentation $presentation * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Presentation::initOnce(); parent::__construct($data); } /** * Generated from protobuf field .rv.data.API_v1_Presentation presentation = 1; * @return \Rv\Data\API_v1_Presentation|null */ public function getPresentation() { return $this->presentation; } public function hasPresentation() { return isset($this->presentation); } public function clearPresentation() { unset($this->presentation); } /** * Generated from protobuf field .rv.data.API_v1_Presentation presentation = 1; * @param \Rv\Data\API_v1_Presentation $var * @return $this */ public function setPresentation($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Presentation::class); $this->presentation = $var; return $this; } }