Package net.osslabz.lnd.dto
Class LnrpcFeeLimit
java.lang.Object
net.osslabz.lnd.dto.LnrpcFeeLimit
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcFeeLimit
extends Object
LnrpcFeeLimit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFixed()The fee limit expressed as a fixed amount of satoshis.The fee limit expressed as a fixed amount of millisatoshis.The fee limit expressed as a percentage of the payment amount.inthashCode()voidvoidsetFixedMsat(String fixedMsat) voidsetPercent(String percent) toString()
-
Field Details
-
SERIALIZED_NAME_FIXED
- See Also:
-
SERIALIZED_NAME_FIXED_MSAT
- See Also:
-
SERIALIZED_NAME_PERCENT
- See Also:
-
-
Constructor Details
-
LnrpcFeeLimit
public LnrpcFeeLimit()
-
-
Method Details
-
fixed
-
getFixed
The fee limit expressed as a fixed amount of satoshis. The fields fixed and fixed_msat are mutually exclusive.- Returns:
- fixed
-
setFixed
-
fixedMsat
-
getFixedMsat
The fee limit expressed as a fixed amount of millisatoshis. The fields fixed and fixed_msat are mutually exclusive.- Returns:
- fixedMsat
-
setFixedMsat
-
percent
-
getPercent
The fee limit expressed as a percentage of the payment amount.- Returns:
- percent
-
setPercent
-
equals
-
hashCode
public int hashCode() -
toString
-