c_id = $value; return $this; } /** * Get c_id * * @return integer */ public function get_c_id() { return $this->c_id; } /** * Set file_id * * @param integer $value * @return DropboxPerson */ public function set_file_id($value) { $this->file_id = $value; return $this; } /** * Get file_id * * @return integer */ public function get_file_id() { return $this->file_id; } /** * Set user_id * * @param integer $value * @return DropboxPerson */ public function set_user_id($value) { $this->user_id = $value; return $this; } /** * Get user_id * * @return integer */ public function get_user_id() { return $this->user_id; } }