proto.api.GetExchangeCountRes
*/
class GetExchangeCountRes extends \Google\Protobuf\Internal\Message
{
/**
* 本周换电次数数组,下标0-6代表周一到周日
*
* Generated from protobuf field repeated .proto.api.GetExchangeCountRes.ExchangeCount exchange_counts = 1;
*/
private $exchange_counts;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array<\Proto\Api\GetExchangeCountRes\ExchangeCount>|\Google\Protobuf\Internal\RepeatedField $exchange_counts
* 本周换电次数数组,下标0-6代表周一到周日
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Api\LargeScreenData::initOnce();
parent::__construct($data);
}
/**
* 本周换电次数数组,下标0-6代表周一到周日
*
* Generated from protobuf field repeated .proto.api.GetExchangeCountRes.ExchangeCount exchange_counts = 1;
* @return \Google\Protobuf\Internal\RepeatedField
*/
public function getExchangeCounts()
{
return $this->exchange_counts;
}
/**
* 本周换电次数数组,下标0-6代表周一到周日
*
* Generated from protobuf field repeated .proto.api.GetExchangeCountRes.ExchangeCount exchange_counts = 1;
* @param array<\Proto\Api\GetExchangeCountRes\ExchangeCount>|\Google\Protobuf\Internal\RepeatedField $var
* @return $this
*/
public function setExchangeCounts($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Proto\Api\GetExchangeCountRes\ExchangeCount::class);
$this->exchange_counts = $arr;
return $this;
}
}