Package jrpc.clightning.model.types
Class CLightningPluginConfModel
- java.lang.Object
 - 
- jrpc.clightning.model.types.CLightningPluginConfModel
 
 
- 
public class CLightningPluginConfModel extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CLightningPluginConfModel() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()CLightningJsonObjectgetOptions()java.lang.StringgetPath() 
 - 
 
- 
- 
Method Detail
- 
getPath
public java.lang.String getPath()
 
- 
getName
public java.lang.String getName()
 
- 
getOptions
public CLightningJsonObject getOptions()
 
 - 
 
 -