rv.analytics.Startup.Communications */ class Communications extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 total_device_count = 1; */ protected $total_device_count = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int $total_device_count * } */ public function __construct($data = NULL) { \GPBMetadata\AnalyticsStartup::initOnce(); parent::__construct($data); } /** * Generated from protobuf field int32 total_device_count = 1; * @return int */ public function getTotalDeviceCount() { return $this->total_device_count; } /** * Generated from protobuf field int32 total_device_count = 1; * @param int $var * @return $this */ public function setTotalDeviceCount($var) { GPBUtil::checkInt32($var); $this->total_device_count = $var; return $this; } }