proto.api.GetDeviceCountReq
*/
class GetDeviceCountReq extends \Google\Protobuf\Internal\Message
{
/**
* 开始时间时间戳
*int64 startTime = 1;
* 结束时间时间戳
*int64 endTime = 2;
* 省份的code
*
* Generated from protobuf field string province_code = 1;
*/
protected $province_code = '';
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type string $province_code
* 开始时间时间戳
* int64 startTime = 1;
* 结束时间时间戳
* int64 endTime = 2;
* 省份的code
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Api\LargeScreenData::initOnce();
parent::__construct($data);
}
/**
* 开始时间时间戳
*int64 startTime = 1;
* 结束时间时间戳
*int64 endTime = 2;
* 省份的code
*
* Generated from protobuf field string province_code = 1;
* @return string
*/
public function getProvinceCode()
{
return $this->province_code;
}
/**
* 开始时间时间戳
*int64 startTime = 1;
* 结束时间时间戳
*int64 endTime = 2;
* 省份的code
*
* Generated from protobuf field string province_code = 1;
* @param string $var
* @return $this
*/
public function setProvinceCode($var)
{
GPBUtil::checkString($var, True);
$this->province_code = $var;
return $this;
}
}