body; } /** * Sets body * * @param $body * @return SubscribeExpireNotifyRequest */ public function setBody($body) { $this->body = $body; return $this; } public static function getOperationId() { return 'subscribe_expire_notify'; } }