Remove full text from Paper class
This commit is contained in:
parent
7e56aae1a2
commit
3b4d7f1408
|
@ -27,14 +27,9 @@ class Abstract {
|
||||||
String text;
|
String text;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Body_Text {
|
|
||||||
String text;
|
|
||||||
}
|
|
||||||
|
|
||||||
public class Paper {
|
public class Paper {
|
||||||
String paper_id;
|
String paper_id;
|
||||||
Metadata metadata;
|
Metadata metadata;
|
||||||
@SerializedName("abstract")
|
@SerializedName("abstract")
|
||||||
List<Abstract> abstr;
|
List<Abstract> abstr;
|
||||||
List<Body_Text> body_text;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue