Package net.osslabz.lnd.dto
Class LnrpcFeeReportResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcFeeReportResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcFeeReportResponse
extends Object
LnrpcFeeReportResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChannelFeesItem(LnrpcChannelFeeReport channelFeesItem) channelFees(List<LnrpcChannelFeeReport> channelFees) booleanAn array of channel fee reports which describes the current fee schedule for each channel.The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.inthashCode()monthFeeSum(String monthFeeSum) voidsetChannelFees(List<LnrpcChannelFeeReport> channelFees) voidsetDayFeeSum(String dayFeeSum) voidsetMonthFeeSum(String monthFeeSum) voidsetWeekFeeSum(String weekFeeSum) toString()weekFeeSum(String weekFeeSum)
-
Field Details
-
SERIALIZED_NAME_CHANNEL_FEES
- See Also:
-
SERIALIZED_NAME_DAY_FEE_SUM
- See Also:
-
SERIALIZED_NAME_WEEK_FEE_SUM
- See Also:
-
SERIALIZED_NAME_MONTH_FEE_SUM
- See Also:
-
-
Constructor Details
-
LnrpcFeeReportResponse
public LnrpcFeeReportResponse()
-
-
Method Details
-
channelFees
-
addChannelFeesItem
-
getChannelFees
An array of channel fee reports which describes the current fee schedule for each channel.- Returns:
- channelFees
-
setChannelFees
-
dayFeeSum
-
getDayFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.- Returns:
- dayFeeSum
-
setDayFeeSum
-
weekFeeSum
-
getWeekFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.- Returns:
- weekFeeSum
-
setWeekFeeSum
-
monthFeeSum
-
getMonthFeeSum
The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.- Returns:
- monthFeeSum
-
setMonthFeeSum
-
equals
-
hashCode
public int hashCode() -
toString
-