Package net.osslabz.lnd.dto
Class LnrpcLightningAddress
java.lang.Object
net.osslabz.lnd.dto.LnrpcLightningAddress
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcLightningAddress
extends Object
LnrpcLightningAddress
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERIALIZED_NAME_PUBKEY
- See Also:
-
SERIALIZED_NAME_HOST
- See Also:
-
-
Constructor Details
-
LnrpcLightningAddress
public LnrpcLightningAddress()
-
-
Method Details
-
pubkey
-
getPubkey
The identity pubkey of the Lightning node.- Returns:
- pubkey
-
setPubkey
-
host
-
getHost
The network location of the lightning node, e.g. `69.69.69.69:1337` or `localhost:10011`.- Returns:
- host
-
setHost
-
equals
-
hashCode
public int hashCode() -
toString
-