rv.data.API_v1_Masks_Response.GetMask */ class GetMask extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; */ protected $id = null; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type \Rv\Data\API_v1_Identifier $id * } */ public function __construct($data = NULL) { \GPBMetadata\ProApiV1Masks::initOnce(); parent::__construct($data); } /** * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; * @return \Rv\Data\API_v1_Identifier|null */ public function getId() { return $this->id; } public function hasId() { return isset($this->id); } public function clearId() { unset($this->id); } /** * Generated from protobuf field .rv.data.API_v1_Identifier id = 1; * @param \Rv\Data\API_v1_Identifier $var * @return $this */ public function setId($var) { GPBUtil::checkMessage($var, \Rv\Data\API_v1_Identifier::class); $this->id = $var; return $this; } }