Package net.osslabz.lnd.dto
Class LnrpcRoutingPolicy
java.lang.Object
net.osslabz.lnd.dto.LnrpcRoutingPolicy
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcRoutingPolicy
extends Object
LnrpcRoutingPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomRecords(Map<String, byte[]> customRecords) booleanfeeBaseMsat(String feeBaseMsat) feeRateMilliMsat(String feeRateMilliMsat) Custom channel update tlv records.Get disabledGet feeBaseMsatGet feeRateMilliMsatGet lastUpdateGet maxHtlcMsatGet minHtlcGet timeLockDeltainthashCode()lastUpdate(Long lastUpdate) maxHtlcMsat(String maxHtlcMsat) putCustomRecordsItem(String key, byte[] customRecordsItem) voidsetCustomRecords(Map<String, byte[]> customRecords) voidsetDisabled(Boolean disabled) voidsetFeeBaseMsat(String feeBaseMsat) voidsetFeeRateMilliMsat(String feeRateMilliMsat) voidsetLastUpdate(Long lastUpdate) voidsetMaxHtlcMsat(String maxHtlcMsat) voidsetMinHtlc(String minHtlc) voidsetTimeLockDelta(Long timeLockDelta) timeLockDelta(Long timeLockDelta) toString()
-
Field Details
-
SERIALIZED_NAME_TIME_LOCK_DELTA
- See Also:
-
SERIALIZED_NAME_MIN_HTLC
- See Also:
-
SERIALIZED_NAME_FEE_BASE_MSAT
- See Also:
-
SERIALIZED_NAME_FEE_RATE_MILLI_MSAT
- See Also:
-
SERIALIZED_NAME_DISABLED
- See Also:
-
SERIALIZED_NAME_MAX_HTLC_MSAT
- See Also:
-
SERIALIZED_NAME_LAST_UPDATE
- See Also:
-
SERIALIZED_NAME_CUSTOM_RECORDS
- See Also:
-
-
Constructor Details
-
LnrpcRoutingPolicy
public LnrpcRoutingPolicy()
-
-
Method Details
-
timeLockDelta
-
getTimeLockDelta
Get timeLockDelta- Returns:
- timeLockDelta
-
setTimeLockDelta
-
minHtlc
-
getMinHtlc
Get minHtlc- Returns:
- minHtlc
-
setMinHtlc
-
feeBaseMsat
-
getFeeBaseMsat
Get feeBaseMsat- Returns:
- feeBaseMsat
-
setFeeBaseMsat
-
feeRateMilliMsat
-
getFeeRateMilliMsat
Get feeRateMilliMsat- Returns:
- feeRateMilliMsat
-
setFeeRateMilliMsat
-
disabled
-
getDisabled
Get disabled- Returns:
- disabled
-
setDisabled
-
maxHtlcMsat
-
getMaxHtlcMsat
Get maxHtlcMsat- Returns:
- maxHtlcMsat
-
setMaxHtlcMsat
-
lastUpdate
-
getLastUpdate
Get lastUpdate- Returns:
- lastUpdate
-
setLastUpdate
-
customRecords
-
putCustomRecordsItem
-
getCustomRecords
Custom channel update tlv records.- Returns:
- customRecords
-
setCustomRecords
-
equals
-
hashCode
public int hashCode() -
toString
-