com.kpelykh.docker.client.model
public class CopyConfig extends Object
| Constructor and Description |
|---|
CopyConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostPath()
Retrieves the 'hostPath' variable.
|
String |
getResource()
Retrieves the 'resource' variable.
|
void |
setHostPath(String hostPath)
Sets the 'hostPath' variable.
|
void |
setResource(String resource)
Sets the 'resource' variable.
|
String |
toString() |
public String getResource()
public void setResource(String resource)
resource - the new 'resource' variable value to setpublic String getHostPath()
public void setHostPath(String hostPath)
hostPath - the new 'hostPath' variable value to setCopyright © 2014. All Rights Reserved.