Package jrpc.clightning.model.types
Class CLightingPluginConfig
- java.lang.Object
-
- jrpc.clightning.model.types.CLightingPluginConfig
-
public class CLightingPluginConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CLightingPluginConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
getFeatureSet()
java.lang.String
getLightningDir()
java.lang.String
getNetwork()
NetworkAddress
getProxy()
java.lang.String
getRpcFile()
java.lang.Boolean
getStartup()
boolean
isProxyEnabled()
boolean
isTorv3()
boolean
isUseProxyAlways()
-
-
-
Method Detail
-
getLightningDir
public java.lang.String getLightningDir()
-
getRpcFile
public java.lang.String getRpcFile()
-
getStartup
public java.lang.Boolean getStartup()
-
getNetwork
public java.lang.String getNetwork()
-
getFeatureSet
public com.google.gson.JsonObject getFeatureSet()
-
getProxy
public NetworkAddress getProxy()
-
isTorv3
public boolean isTorv3()
-
isUseProxyAlways
public boolean isUseProxyAlways()
-
isProxyEnabled
public boolean isProxyEnabled()
-
-