com.github.dockerjava.api.model
Class LxcConf
java.lang.Object
com.github.dockerjava.api.model.LxcConf
public class LxcConf
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public String key
value
public String value
LxcConf
public LxcConf(String key,
String value)
LxcConf
public LxcConf()
getKey
public String getKey()
setKey
public LxcConf setKey(String key)
getValue
public String getValue()
setValue
public LxcConf setValue(String value)
Copyright © 2014. All rights reserved.