@Generated(value="org.jsonschema2pojo") public class ToStorageService_ extends Object
| Constructor and Description |
|---|
ToStorageService_() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getComputingServiceID()
The ID of the ComputingService
|
String |
getLocalPath()
The path within the ComputingService that is used to access the StorageService
|
String |
getRemotePath()
The path in the StorageService which is associated with the LocalPath
|
String |
getStorageServiceID()
The ID of the StorageService
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setComputingServiceID(String computingServiceID)
The ID of the ComputingService
|
void |
setLocalPath(String localPath)
The path within the ComputingService that is used to access the StorageService
|
void |
setRemotePath(String remotePath)
The path in the StorageService which is associated with the LocalPath
|
void |
setStorageServiceID(String storageServiceID)
The ID of the StorageService
|
String |
toString() |
public String getLocalPath()
public void setLocalPath(String localPath)
public String getRemotePath()
public void setRemotePath(String remotePath)
public String getComputingServiceID()
public void setComputingServiceID(String computingServiceID)
public String getStorageServiceID()
public void setStorageServiceID(String storageServiceID)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.