Class DuracloudEndPointConfig

java.lang.Object
org.duracloud.snapshot.db.model.DuracloudEndPointConfig

@Embeddable public class DuracloudEndPointConfig extends Object
Author:
Daniel Bernstein Date: Jul 21, 2014
  • Constructor Details

    • DuracloudEndPointConfig

      public DuracloudEndPointConfig()
  • Method Details

    • getHost

      public String getHost()
      Returns:
      the host
    • setHost

      public void setHost(String host)
      Parameters:
      host - the host to set
    • getPort

      public int getPort()
      Returns:
      the port
    • setPort

      public void setPort(int port)
      Parameters:
      port - the port to set
    • getStoreId

      public String getStoreId()
      Returns:
      the storeId
    • setStoreId

      public void setStoreId(String storeId)
      Parameters:
      storeId - the storeId to set
    • getSpaceId

      public String getSpaceId()
      Returns:
      the spaceId
    • setSpaceId

      public void setSpaceId(String spaceId)
      Parameters:
      spaceId - the spaceId to set
    • toString

      public String toString()
      Overrides:
      toString in class Object