setUserParam($params, "text", $this->text); $this->setUserParam($params, "unitCreativeId", $this->unitCreativeId); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.ad.api.unit.creative.update.smart.creative"; } public function setText($text) { $this->text = $text; } public function setUnitCreativeId($unitCreativeId) { $this->unitCreativeId = $unitCreativeId; } }