Skip to content

Commit 95b6528

Browse files
committed
Update YoutubeVideo.java
1 parent e4ddfc3 commit 95b6528

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/YouTubeSearchApi/entity/YoutubeVideo.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,15 @@ public void setId(String id) {
163163
this.id = id;
164164
}
165165

166+
public String getUrl() {
167+
return url;
168+
}
169+
170+
public void setUrl(String url)
171+
{
172+
this.url = url;
173+
}
174+
166175
public String getTitle() {
167176
return title;
168177
}

0 commit comments

Comments
 (0)