com.github.dockerjava.api.model
Class LxcConf

java.lang.Object
  extended by com.github.dockerjava.api.model.LxcConf

public class LxcConf
extends Object


Field Summary
 String key
           
 String value
           
 
Constructor Summary
LxcConf()
           
LxcConf(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 LxcConf setKey(String key)
           
 LxcConf setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

LxcConf

public LxcConf(String key,
               String value)

LxcConf

public LxcConf()
Method Detail

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.