common_pack.ReqShop
*/
class ReqShop extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field int32 shopType = 1;
*/
protected $shopType = 0;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type int $shopType
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Common::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field int32 shopType = 1;
* @return int
*/
public function getShopType()
{
return $this->shopType;
}
/**
* Generated from protobuf field int32 shopType = 1;
* @param int $var
* @return $this
*/
public function setShopType($var)
{
GPBUtil::checkInt32($var);
$this->shopType = $var;
return $this;
}
}