}
public void setAnnotation(Map annotation) {
this.annotation = annotation;
}
public Map getBody() {
return body;
}
public void setBody(Map body) {
this.body = body;
}
}
}
public void setAnnotation(Map annotation) {
this.annotation = annotation;
}
public Map getBody() {
return body;
}
public void setBody(Map body) {
this.body = body;
}
}