D | AbstractMessageParser.java | 797 public String getURL() { return url; } in getURL() method in AbstractMessageParser.Link 803 info.add(getURL()); in getInfo() 841 info.add(getURL(docid)); in getInfo() 852 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.Video 853 return getURL(docid, null); in getURL() 857 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.Video 900 info.add(getURL(docid)); in getInfo() 910 public static String getURL(String docid) { in getURL() method in AbstractMessageParser.YouTubeVideo 911 return getURL(docid, null); in getURL() 915 public static String getURL(String docid, String extraParams) { in getURL() method in AbstractMessageParser.YouTubeVideo [all …]
|