Package org.duracloud.snapshot.db.model
Class DuracloudEndPointConfig
java.lang.Object
org.duracloud.snapshot.db.model.DuracloudEndPointConfig
- Author:
- Daniel Bernstein Date: Jul 21, 2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()intgetPort()voidvoidsetPort(int port) voidsetSpaceId(String spaceId) voidsetStoreId(String storeId) toString()
-
Constructor Details
-
DuracloudEndPointConfig
public DuracloudEndPointConfig()
-
-
Method Details
-
getHost
- Returns:
- the host
-
setHost
- 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
- Returns:
- the storeId
-
setStoreId
- Parameters:
storeId- the storeId to set
-
getSpaceId
- Returns:
- the spaceId
-
setSpaceId
- Parameters:
spaceId- the spaceId to set
-
toString
-