D | AbstractMessageParser.java | 810 public String getURL() { return url; } in getURL() method in AbstractMessageParser.Link 816 info.add(getURL()); in getInfo() 854 info.add(getURL(docid)); in getInfo() 865 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.Video 866 return getURL(docid, null); in getURL() 870 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.Video 913 info.add(getURL(docid)); in getInfo() 923 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.YouTubeVideo 924 return getURL(docid, null); in getURL() 928 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.YouTubeVideo [all …]
|