proto.api.DetailPackageMicroSoftReq
*/
class DetailPackageMicroSoftReq extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field repeated string package_code = 1;
*/
private $package_code;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array|\Google\Protobuf\Internal\RepeatedField $package_code
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Api\CityPackageMicroSoft::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field repeated string package_code = 1;
* @return \Google\Protobuf\Internal\RepeatedField
*/
public function getPackageCode()
{
return $this->package_code;
}
/**
* Generated from protobuf field repeated string package_code = 1;
* @param array|\Google\Protobuf\Internal\RepeatedField $var
* @return $this
*/
public function setPackageCode($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->package_code = $arr;
return $this;
}
}