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, 40 insertions, 0 deletions
diff --git a/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java b/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java
new file mode 100644
index 0000000..b996028
--- /dev/null
+++ b/src/main/java/com/pina/query/VideoByVideoIdQueryBuilder.java
@@ -0,0 +1,40 @@
+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