Package net.osslabz.lnd.dto
Class LnrpcChannelEdgeUpdate
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelEdgeUpdate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelEdgeUpdate
extends Object
LnrpcChannelEdgeUpdate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvertisingNode(String advertisingNode) chanPoint(LnrpcChannelPoint chanPoint) connectingNode(String connectingNode) booleanGet advertisingNodeGet capacityThe unique channel ID for the channel.Get chanPointGet connectingNodeGet routingPolicyinthashCode()routingPolicy(LnrpcRoutingPolicy routingPolicy) voidsetAdvertisingNode(String advertisingNode) voidsetCapacity(String capacity) voidvoidsetChanPoint(LnrpcChannelPoint chanPoint) voidsetConnectingNode(String connectingNode) voidsetRoutingPolicy(LnrpcRoutingPolicy routingPolicy) toString()
-
Field Details
-
SERIALIZED_NAME_CHAN_ID
- See Also:
-
SERIALIZED_NAME_CHAN_POINT
- See Also:
-
SERIALIZED_NAME_CAPACITY
- See Also:
-
SERIALIZED_NAME_ROUTING_POLICY
- See Also:
-
SERIALIZED_NAME_ADVERTISING_NODE
- See Also:
-
SERIALIZED_NAME_CONNECTING_NODE
- See Also:
-
-
Constructor Details
-
LnrpcChannelEdgeUpdate
public LnrpcChannelEdgeUpdate()
-
-
Method Details
-
chanId
-
getChanId
The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the channel.- Returns:
- chanId
-
setChanId
-
chanPoint
-
getChanPoint
Get chanPoint- Returns:
- chanPoint
-
setChanPoint
-
capacity
-
getCapacity
Get capacity- Returns:
- capacity
-
setCapacity
-
routingPolicy
-
getRoutingPolicy
Get routingPolicy- Returns:
- routingPolicy
-
setRoutingPolicy
-
advertisingNode
-
getAdvertisingNode
Get advertisingNode- Returns:
- advertisingNode
-
setAdvertisingNode
-
connectingNode
-
getConnectingNode
Get connectingNode- Returns:
- connectingNode
-
setConnectingNode
-
equals
-
hashCode
public int hashCode() -
toString
-