Package net.osslabz.lnd.dto
Class LnrpcRouteHint
java.lang.Object
net.osslabz.lnd.dto.LnrpcRouteHint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:38.664532692Z[Etc/UTC]")
public class LnrpcRouteHint
extends Object
LnrpcRouteHint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHopHintsItem(LnrpcHopHint hopHintsItem) booleanA list of hop hints that when chained together can assist in reaching a specific destination.inthashCode()hopHints(List<LnrpcHopHint> hopHints) voidsetHopHints(List<LnrpcHopHint> hopHints) toString()
-
Field Details
-
SERIALIZED_NAME_HOP_HINTS
- See Also:
-
-
Constructor Details
-
LnrpcRouteHint
public LnrpcRouteHint()
-
-
Method Details
-
hopHints
-
addHopHintsItem
-
getHopHints
A list of hop hints that when chained together can assist in reaching a specific destination.- Returns:
- hopHints
-
setHopHints
-
equals
-
hashCode
public int hashCode() -
toString
-