Package net.osslabz.lnd.dto
Class LnrpcGetInfoResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcGetInfoResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcGetInfoResponse
extends Object
LnrpcGetInfoResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChainsItem(LnrpcChain chainsItem) addUrisItem(String urisItem) bestHeaderTimestamp(String bestHeaderTimestamp) blockHeight(Long blockHeight) chains(List<LnrpcChain> chains) commitHash(String commitHash) booleanfeatures(Map<String, LnrpcFeature> features) getAlias()Get aliasGet bestHeaderTimestampGet blockHashGet blockHeightGet chainsgetColor()Get colorThe SHA1 commit hash that the daemon is compiled with.Features that our node has advertised in our init message, node announcements and invoices.The identity pubkey of the current node.Get numActiveChannelsGet numInactiveChannelsGet numPeersGet numPendingChannelsIndicates whether the HTLC interceptor API is in always-on mode.Indicates whether final htlc resolutions are stored on disk.Get syncedToChainWhether we consider ourselves synced with the public channel graph.Get testnetgetUris()The URIs of the current node.The version of the LND software that the node is running.inthashCode()identityPubkey(String identityPubkey) numActiveChannels(Long numActiveChannels) numInactiveChannels(Long numInactiveChannels) numPendingChannels(Long numPendingChannels) putFeaturesItem(String key, LnrpcFeature featuresItem) requireHtlcInterceptor(Boolean requireHtlcInterceptor) voidvoidsetBestHeaderTimestamp(String bestHeaderTimestamp) voidsetBlockHash(String blockHash) voidsetBlockHeight(Long blockHeight) voidsetChains(List<LnrpcChain> chains) voidvoidsetCommitHash(String commitHash) voidsetFeatures(Map<String, LnrpcFeature> features) voidsetIdentityPubkey(String identityPubkey) voidsetNumActiveChannels(Long numActiveChannels) voidsetNumInactiveChannels(Long numInactiveChannels) voidsetNumPeers(Long numPeers) voidsetNumPendingChannels(Long numPendingChannels) voidsetRequireHtlcInterceptor(Boolean requireHtlcInterceptor) voidsetStoreFinalHtlcResolutions(Boolean storeFinalHtlcResolutions) voidsetSyncedToChain(Boolean syncedToChain) voidsetSyncedToGraph(Boolean syncedToGraph) voidsetTestnet(Boolean testnet) voidvoidsetVersion(String version) storeFinalHtlcResolutions(Boolean storeFinalHtlcResolutions) syncedToChain(Boolean syncedToChain) syncedToGraph(Boolean syncedToGraph) toString()
-
Field Details
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_COMMIT_HASH
- See Also:
-
SERIALIZED_NAME_IDENTITY_PUBKEY
- See Also:
-
SERIALIZED_NAME_ALIAS
- See Also:
-
SERIALIZED_NAME_COLOR
- See Also:
-
SERIALIZED_NAME_NUM_PENDING_CHANNELS
- See Also:
-
SERIALIZED_NAME_NUM_ACTIVE_CHANNELS
- See Also:
-
SERIALIZED_NAME_NUM_INACTIVE_CHANNELS
- See Also:
-
SERIALIZED_NAME_NUM_PEERS
- See Also:
-
SERIALIZED_NAME_BLOCK_HEIGHT
- See Also:
-
SERIALIZED_NAME_BLOCK_HASH
- See Also:
-
SERIALIZED_NAME_BEST_HEADER_TIMESTAMP
- See Also:
-
SERIALIZED_NAME_SYNCED_TO_CHAIN
- See Also:
-
SERIALIZED_NAME_SYNCED_TO_GRAPH
- See Also:
-
SERIALIZED_NAME_TESTNET
- See Also:
-
SERIALIZED_NAME_CHAINS
- See Also:
-
SERIALIZED_NAME_URIS
- See Also:
-
SERIALIZED_NAME_FEATURES
- See Also:
-
SERIALIZED_NAME_REQUIRE_HTLC_INTERCEPTOR
- See Also:
-
SERIALIZED_NAME_STORE_FINAL_HTLC_RESOLUTIONS
- See Also:
-
-
Constructor Details
-
LnrpcGetInfoResponse
public LnrpcGetInfoResponse()
-
-
Method Details
-
version
-
getVersion
The version of the LND software that the node is running.- Returns:
- version
-
setVersion
-
commitHash
-
getCommitHash
The SHA1 commit hash that the daemon is compiled with.- Returns:
- commitHash
-
setCommitHash
-
identityPubkey
-
getIdentityPubkey
The identity pubkey of the current node.- Returns:
- identityPubkey
-
setIdentityPubkey
-
alias
-
getAlias
Get alias- Returns:
- alias
-
setAlias
-
color
-
getColor
Get color- Returns:
- color
-
setColor
-
numPendingChannels
-
getNumPendingChannels
Get numPendingChannels- Returns:
- numPendingChannels
-
setNumPendingChannels
-
numActiveChannels
-
getNumActiveChannels
Get numActiveChannels- Returns:
- numActiveChannels
-
setNumActiveChannels
-
numInactiveChannels
-
getNumInactiveChannels
Get numInactiveChannels- Returns:
- numInactiveChannels
-
setNumInactiveChannels
-
numPeers
-
getNumPeers
Get numPeers- Returns:
- numPeers
-
setNumPeers
-
blockHeight
-
getBlockHeight
Get blockHeight- Returns:
- blockHeight
-
setBlockHeight
-
blockHash
-
getBlockHash
Get blockHash- Returns:
- blockHash
-
setBlockHash
-
bestHeaderTimestamp
-
getBestHeaderTimestamp
Get bestHeaderTimestamp- Returns:
- bestHeaderTimestamp
-
setBestHeaderTimestamp
-
syncedToChain
-
getSyncedToChain
Get syncedToChain- Returns:
- syncedToChain
-
setSyncedToChain
-
syncedToGraph
-
getSyncedToGraph
Whether we consider ourselves synced with the public channel graph.- Returns:
- syncedToGraph
-
setSyncedToGraph
-
testnet
-
getTestnet
Get testnet- Returns:
- testnet
-
setTestnet
-
chains
-
addChainsItem
-
getChains
Get chains- Returns:
- chains
-
setChains
-
uris
-
addUrisItem
-
getUris
The URIs of the current node.- Returns:
- uris
-
setUris
-
features
-
putFeaturesItem
-
getFeatures
Features that our node has advertised in our init message, node announcements and invoices.- Returns:
- features
-
setFeatures
-
requireHtlcInterceptor
-
getRequireHtlcInterceptor
Indicates whether the HTLC interceptor API is in always-on mode.- Returns:
- requireHtlcInterceptor
-
setRequireHtlcInterceptor
-
storeFinalHtlcResolutions
-
getStoreFinalHtlcResolutions
Indicates whether final htlc resolutions are stored on disk.- Returns:
- storeFinalHtlcResolutions
-
setStoreFinalHtlcResolutions
-
equals
-
hashCode
public int hashCode() -
toString
-