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.JsonObjectgetFeatureSet()java.lang.StringgetLightningDir()java.lang.StringgetNetwork()NetworkAddressgetProxy()java.lang.StringgetRpcFile()java.lang.BooleangetStartup()booleanisProxyEnabled()booleanisTorv3()booleanisUseProxyAlways()
-
-
-
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()
-
-