|
@@ -13,18 +13,8 @@ public class GetExamPropertyResp extends BaseResponse {
|
|
|
|
|
|
private static final long serialVersionUID = 606999493938772517L;
|
|
|
|
|
|
- private Boolean existing;
|
|
|
-
|
|
|
private String value;
|
|
|
|
|
|
- public Boolean getExisting() {
|
|
|
- return existing;
|
|
|
- }
|
|
|
-
|
|
|
- public void setExisting(Boolean existing) {
|
|
|
- this.existing = existing;
|
|
|
- }
|
|
|
-
|
|
|
public String getValue() {
|
|
|
return value;
|
|
|
}
|