aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java')
-rw-r--r--src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java b/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java
deleted file mode 100644
index b996028..0000000
--- a/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package com.pina.query;
-
-
-public class VideoByVideoIdQueryBuilder {
- /***
- * Used to get the metadata of a single video when given the video ID
- */
- private String videoId;
- private String lang;
- private String c;
-
- public String getVideoId() {
- return videoId;
- }
-
- public VideoByVideoIdQueryBuilder setVideoId(String videoId) {
- this.videoId = videoId;
- return this;
- }
-
- public String getLang() {
- return lang;
- }
-
- public VideoByVideoIdQueryBuilder setLang(String lang) {
- this.lang = lang;
- return this;
- }
-
- public String getC() {
- return c;
- }
-
- public VideoByVideoIdQueryBuilder setC(String c) {
- this.c = c;
- return this;
- }
-
-
-}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage