Class FetchURL


  • public class FetchURL
    extends java.lang.Object
    Author:
    Lei Lai, Thomas Down, Matthew Pocock
    • Constructor Summary

      Constructors 
      Constructor Description
      FetchURL​(java.lang.String databaseName, java.lang.String format)
      Constructs a fetchURL object based on the database name and specified return format of sequence.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getbaseURL()  
      java.lang.String getDB()  
      java.lang.String getReturnFormat()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FetchURL

        public FetchURL​(java.lang.String databaseName,
                        java.lang.String format)
        Constructs a fetchURL object based on the database name and specified return format of sequence.
    • Method Detail

      • getbaseURL

        public java.lang.String getbaseURL()
      • getDB

        public java.lang.String getDB()
      • getReturnFormat

        public java.lang.String getReturnFormat()