palm.lily.v1.ExcelModel
*/
class ExcelModel extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field repeated .palm.lily.v1.ExcelModel.Sheet sheets = 1;
*/
private $sheets;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array<\Palm\Lily\V1\ExcelModel\Sheet>|\Google\Protobuf\Internal\RepeatedField $sheets
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Lily::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field repeated .palm.lily.v1.ExcelModel.Sheet sheets = 1;
* @return \Google\Protobuf\Internal\RepeatedField
*/
public function getSheets()
{
return $this->sheets;
}
/**
* Generated from protobuf field repeated .palm.lily.v1.ExcelModel.Sheet sheets = 1;
* @param array<\Palm\Lily\V1\ExcelModel\Sheet>|\Google\Protobuf\Internal\RepeatedField $var
* @return $this
*/
public function setSheets($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Palm\Lily\V1\ExcelModel\Sheet::class);
$this->sheets = $arr;
return $this;
}
}