|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.github.dockerjava.client.model.CopyConfig
public class CopyConfig
Configuration object for copy command.
Constructor Summary | |
---|---|
CopyConfig()
Constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CopyConfig()
Method Detail |
---|
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 setpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |