|
| 1 | +package com.eswi.httpLib; |
| 2 | + |
| 3 | +/** |
| 4 | + * Created by admin on 2016/8/24. |
| 5 | + */ |
| 6 | +public class BaseParamsBean { |
| 7 | + public String getCode() { |
| 8 | + return code; |
| 9 | + } |
| 10 | + |
| 11 | + public void setCode(String code) { |
| 12 | + this.code = code; |
| 13 | + } |
| 14 | + |
| 15 | + private String code; |
| 16 | + |
| 17 | + public String getId() { |
| 18 | + return id; |
| 19 | + } |
| 20 | + |
| 21 | + public void setId(String id) { |
| 22 | + this.id = id; |
| 23 | + } |
| 24 | + |
| 25 | + private String id; |
| 26 | + private String name; |
| 27 | + private String oldPassword; |
| 28 | + private String newPassword; |
| 29 | + private String courseChapterId; |
| 30 | + private String device_id; |
| 31 | + private String student_id; |
| 32 | + private String school_id; |
| 33 | + private String extra; |
| 34 | + |
| 35 | + public String getVersion() { |
| 36 | + return version; |
| 37 | + } |
| 38 | + |
| 39 | + public void setVersion(String version) { |
| 40 | + this.version = version; |
| 41 | + } |
| 42 | + |
| 43 | + public String getDevice_id() { |
| 44 | + return device_id; |
| 45 | + } |
| 46 | + |
| 47 | + public void setDevice_id(String device_id) { |
| 48 | + this.device_id = device_id; |
| 49 | + } |
| 50 | + |
| 51 | + public String getStudent_id() { |
| 52 | + return student_id; |
| 53 | + } |
| 54 | + |
| 55 | + public void setStudent_id(String student_id) { |
| 56 | + this.student_id = student_id; |
| 57 | + } |
| 58 | + |
| 59 | + public String getSchool_id() { |
| 60 | + return school_id; |
| 61 | + } |
| 62 | + |
| 63 | + public void setSchool_id(String school_id) { |
| 64 | + this.school_id = school_id; |
| 65 | + } |
| 66 | + |
| 67 | + private String version; |
| 68 | + |
| 69 | + public String getImageUuids() { |
| 70 | + return imageUuids; |
| 71 | + } |
| 72 | + |
| 73 | + public void setImageUuids(String imageUuids) { |
| 74 | + this.imageUuids = imageUuids; |
| 75 | + } |
| 76 | + |
| 77 | + private String imageUuids; |
| 78 | + |
| 79 | + public String getStr() { |
| 80 | + return str; |
| 81 | + } |
| 82 | + |
| 83 | + public void setStr(String str) { |
| 84 | + this.str = str; |
| 85 | + } |
| 86 | + |
| 87 | + private String str; |
| 88 | + |
| 89 | + public String getSixWhyType() { |
| 90 | + return sixWhyType; |
| 91 | + } |
| 92 | + |
| 93 | + public void setSixWhyType(String sixWhyType) { |
| 94 | + this.sixWhyType = sixWhyType; |
| 95 | + } |
| 96 | + |
| 97 | + public String getCourseChapterId() { |
| 98 | + return courseChapterId; |
| 99 | + } |
| 100 | + |
| 101 | + public void setCourseChapterId(String courseChapterId) { |
| 102 | + this.courseChapterId = courseChapterId; |
| 103 | + } |
| 104 | + |
| 105 | + private String sixWhyType; |
| 106 | + |
| 107 | + public String getAnswerStudentStr() { |
| 108 | + return answerStudentStr; |
| 109 | + } |
| 110 | + |
| 111 | + public void setAnswerStudentStr(String answerStudentStr) { |
| 112 | + this.answerStudentStr = answerStudentStr; |
| 113 | + } |
| 114 | + |
| 115 | + private String answerStudentStr; |
| 116 | + |
| 117 | + public String getLogoAttachmentId() { |
| 118 | + return logoAttachmentId; |
| 119 | + } |
| 120 | + |
| 121 | + public void setLogoAttachmentId(String logoAttachmentId) { |
| 122 | + this.logoAttachmentId = logoAttachmentId; |
| 123 | + } |
| 124 | + |
| 125 | + private String logoAttachmentId; |
| 126 | + private String content; |
| 127 | + private String date; |
| 128 | + private String type; |
| 129 | + private String target; |
| 130 | + |
| 131 | + public String getAttachmentId() { |
| 132 | + return attachmentId; |
| 133 | + } |
| 134 | + |
| 135 | + public void setAttachmentId(String attachmentId) { |
| 136 | + this.attachmentId = attachmentId; |
| 137 | + } |
| 138 | + |
| 139 | + public String getNodeId() { |
| 140 | + return nodeId; |
| 141 | + } |
| 142 | + |
| 143 | + public void setNodeId(String nodeId) { |
| 144 | + this.nodeId = nodeId; |
| 145 | + } |
| 146 | + |
| 147 | + private String attachmentId; |
| 148 | + private String nodeId; |
| 149 | + |
| 150 | + public String getCourseId() { |
| 151 | + return courseId; |
| 152 | + } |
| 153 | + |
| 154 | + public void setCourseId(String courseId) { |
| 155 | + this.courseId = courseId; |
| 156 | + } |
| 157 | + |
| 158 | + public String getName() { |
| 159 | + return name; |
| 160 | + } |
| 161 | + |
| 162 | + public void setName(String name) { |
| 163 | + this.name = name; |
| 164 | + } |
| 165 | + |
| 166 | + public String getOldPassword() { |
| 167 | + return oldPassword; |
| 168 | + } |
| 169 | + |
| 170 | + public void setOldPassword(String oldPassword) { |
| 171 | + this.oldPassword = oldPassword; |
| 172 | + } |
| 173 | + |
| 174 | + public String getNewPassword() { |
| 175 | + return newPassword; |
| 176 | + } |
| 177 | + |
| 178 | + public void setNewPassword(String newPassword) { |
| 179 | + this.newPassword = newPassword; |
| 180 | + } |
| 181 | + |
| 182 | + public String getExtra() { |
| 183 | + return extra; |
| 184 | + } |
| 185 | + |
| 186 | + public void setExtra(String mExtra) { |
| 187 | + extra = mExtra; |
| 188 | + } |
| 189 | + |
| 190 | + public String getContent() { |
| 191 | + return content; |
| 192 | + } |
| 193 | + |
| 194 | + public void setContent(String content) { |
| 195 | + this.content = content; |
| 196 | + } |
| 197 | + |
| 198 | + public String getDate() { |
| 199 | + return date; |
| 200 | + } |
| 201 | + |
| 202 | + public void setDate(String date) { |
| 203 | + this.date = date; |
| 204 | + } |
| 205 | + |
| 206 | + public String getType() { |
| 207 | + return type; |
| 208 | + } |
| 209 | + |
| 210 | + public void setType(String type) { |
| 211 | + this.type = type; |
| 212 | + } |
| 213 | + |
| 214 | + public String getTarget() { |
| 215 | + return target; |
| 216 | + } |
| 217 | + |
| 218 | + public void setTarget(String target) { |
| 219 | + this.target = target; |
| 220 | + } |
| 221 | + |
| 222 | + private String courseId; |
| 223 | +} |
0 commit comments