rv.data.API_v1_Presentation_Response.ChordChart
*/
class ChordChart extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field bytes chord_chart = 1;
*/
protected $chord_chart = '';
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type string $chord_chart
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\ProApiV1Presentation::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field bytes chord_chart = 1;
* @return string
*/
public function getChordChart()
{
return $this->chord_chart;
}
/**
* Generated from protobuf field bytes chord_chart = 1;
* @param string $var
* @return $this
*/
public function setChordChart($var)
{
GPBUtil::checkString($var, False);
$this->chord_chart = $var;
return $this;
}
}