#631 - Partial Response : Implement Field to json conversion

This commit is contained in:
Gopinath Langote
2017-09-14 22:34:02 +05:30
parent c5b9c63b39
commit 44e4b3c803
5 changed files with 82 additions and 9 deletions

View File

@ -59,7 +59,7 @@ public class Video {
@Override
public String toString() {
return "{"
+ "\"id\": \"" + id + "\","
+ "\"id\": " + id + ","
+ "\"title\": \"" + title + "\","
+ "\"length\": " + length + ","
+ "\"description\": \"" + description + "\","