D | AbstractMessageParser.java | 811 public String getURL() { return url; } in getURL() method in AbstractMessageParser.Link 817 info.add(getURL()); in getInfo() 855 info.add(getURL(docid)); in getInfo() 866 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.Video 867 return getURL(docid, null); in getURL() 871 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.Video 914 info.add(getURL(docid)); in getInfo() 924 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.YouTubeVideo 925 return getURL(docid, null); in getURL() 929 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.YouTubeVideo [all …]
|