codeStr = (string)$codeStr; } /** * The code as is has been returned by the API, as a string. * @return string */ public function getCodeStr() { return $this->codeStr; } }