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