registration.core.SupplementalInformation */ class SupplementalInformation extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field string download_link = 1; */ protected $download_link = ''; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type string $download_link * } */ public function __construct($data = NULL) { \GPBMetadata\Registration::initOnce(); parent::__construct($data); } /** * Generated from protobuf field string download_link = 1; * @return string */ public function getDownloadLink() { return $this->download_link; } /** * Generated from protobuf field string download_link = 1; * @param string $var * @return $this */ public function setDownloadLink($var) { GPBUtil::checkString($var, True); $this->download_link = $var; return $this; } }