Package net.osslabz.lnd.dto
Class LnrpcChannelFeeReport
java.lang.Object
net.osslabz.lnd.dto.LnrpcChannelFeeReport
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcChannelFeeReport
extends Object
LnrpcChannelFeeReport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseFeeMsat(String baseFeeMsat) channelPoint(String channelPoint) booleanThe base fee charged regardless of the number of milli-satoshis sent.The short channel id that this fee report belongs to.The channel that this fee report belongs to.The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.The effective fee rate in milli-satoshis.inthashCode()voidsetBaseFeeMsat(String baseFeeMsat) voidvoidsetChannelPoint(String channelPoint) voidsetFeePerMil(String feePerMil) voidsetFeeRate(Double feeRate) toString()
-
Field Details
-
SERIALIZED_NAME_CHAN_ID
- See Also:
-
SERIALIZED_NAME_CHANNEL_POINT
- See Also:
-
SERIALIZED_NAME_BASE_FEE_MSAT
- See Also:
-
SERIALIZED_NAME_FEE_PER_MIL
- See Also:
-
SERIALIZED_NAME_FEE_RATE
- See Also:
-
-
Constructor Details
-
LnrpcChannelFeeReport
public LnrpcChannelFeeReport()
-
-
Method Details
-
chanId
-
getChanId
The short channel id that this fee report belongs to.- Returns:
- chanId
-
setChanId
-
channelPoint
-
getChannelPoint
The channel that this fee report belongs to.- Returns:
- channelPoint
-
setChannelPoint
-
baseFeeMsat
-
getBaseFeeMsat
The base fee charged regardless of the number of milli-satoshis sent.- Returns:
- baseFeeMsat
-
setBaseFeeMsat
-
feePerMil
-
getFeePerMil
The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.- Returns:
- feePerMil
-
setFeePerMil
-
feeRate
-
getFeeRate
The effective fee rate in milli-satoshis. Computed by dividing the fee_per_mil value by 1 million.- Returns:
- feeRate
-
setFeeRate
-
equals
-
hashCode
public int hashCode() -
toString
-