#631 - Partial Response : Implement Field to json conversion
This commit is contained in:
@ -59,7 +59,7 @@ public class Video {
|
||||
@Override
|
||||
public String toString() {
|
||||
return "{"
|
||||
+ "\"id\": \"" + id + "\","
|
||||
+ "\"id\": " + id + ","
|
||||
+ "\"title\": \"" + title + "\","
|
||||
+ "\"length\": " + length + ","
|
||||
+ "\"description\": \"" + description + "\","
|
||||
|
Reference in New Issue
Block a user