Class RestorationConfig
- java.lang.Object
-
- org.duracloud.snapshot.bridge.service.RestorationConfig
-
public class RestorationConfig extends Object
- Author:
- Daniel Bernstein Date: Jul 17, 2014
-
-
Constructor Summary
Constructors Constructor Description RestorationConfig()RestorationConfig(String host, int port, String storeId, String spaceId, String snapshotId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()intgetPort()StringgetSnapshotId()StringgetSpaceId()StringgetStoreId()voidsetHost(String host)voidsetPort(int port)voidsetSnapshotId(String snapshot)voidsetSpaceId(String spaceId)voidsetStoreId(String storeId)StringtoString()
-
-
-
Method Detail
-
setSnapshotId
public void setSnapshotId(String snapshot)
- Parameters:
snapshot- the snapshot to set
-
setHost
public void setHost(String host)
- Parameters:
host- the host to set
-
setPort
public void setPort(int port)
- Parameters:
port- the port to set
-
setSpaceId
public void setSpaceId(String spaceId)
- Parameters:
spaceId- the spaceId to set
-
getHost
public String getHost()
- Returns:
- the host
-
getPort
public int getPort()
- Returns:
- the port
-
getSpaceId
public String getSpaceId()
- Returns:
- the spaceId
-
getSnapshotId
public String getSnapshotId()
- Returns:
- the snapshot
-
getStoreId
public String getStoreId()
- Returns:
-
setStoreId
public void setStoreId(String storeId)
- Parameters:
storeId- the storeId to set
-
-