Package net.osslabz.lnd.dto
Class LnrpcPendingHTLC
java.lang.Object
net.osslabz.lnd.dto.LnrpcPendingHTLC
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcPendingHTLC
extends Object
LnrpcPendingHTLC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblocksTilMaturity(Integer blocksTilMaturity) booleanGet amountThe number of blocks remaining until the current stage can be swept.Get incomingGet maturityHeightGet outpointgetStage()Get stageinthashCode()maturityHeight(Long maturityHeight) voidvoidsetBlocksTilMaturity(Integer blocksTilMaturity) voidsetIncoming(Boolean incoming) voidsetMaturityHeight(Long maturityHeight) voidsetOutpoint(String outpoint) voidtoString()
-
Field Details
-
SERIALIZED_NAME_INCOMING
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_OUTPOINT
- See Also:
-
SERIALIZED_NAME_MATURITY_HEIGHT
- See Also:
-
SERIALIZED_NAME_BLOCKS_TIL_MATURITY
- See Also:
-
SERIALIZED_NAME_STAGE
- See Also:
-
-
Constructor Details
-
LnrpcPendingHTLC
public LnrpcPendingHTLC()
-
-
Method Details
-
incoming
-
getIncoming
Get incoming- Returns:
- incoming
-
setIncoming
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
outpoint
-
getOutpoint
Get outpoint- Returns:
- outpoint
-
setOutpoint
-
maturityHeight
-
getMaturityHeight
Get maturityHeight- Returns:
- maturityHeight
-
setMaturityHeight
-
blocksTilMaturity
-
getBlocksTilMaturity
The number of blocks remaining until the current stage can be swept. Negative values indicate how many blocks have passed since becoming mature.- Returns:
- blocksTilMaturity
-
setBlocksTilMaturity
-
stage
-
getStage
Get stage- Returns:
- stage
-
setStage
-
equals
-
hashCode
public int hashCode() -
toString
-