Package org.duracloud.snapshot.db.model
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 Summary
Constructors Constructor Description DuracloudEndPointConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()StringgetSpaceId()StringgetStoreId()voidsetHost(String host)voidsetPort(int port)voidsetSpaceId(String spaceId)voidsetStoreId(String storeId)StringtoString()
-
-
-
Method Detail
-
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
-
-