package com.dreamspace.uucampus.model.api; /** * Created by wufan on 2015/9/29. */ public class AddIdleCommentRes { private String idle_comment_id; public String getIdle_comment_id() { return idle_comment_id; } public void setIdle_comment_id(String idle_comment_id) { this.idle_comment_id = idle_comment_id; } }