Module java4ever.framework
Record Class ResultOfGetParameters
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.contract.multisig2.ResultOfGetParameters
public record ResultOfGetParameters(Integer maxQueuedTransactions, Integer maxCustodianCount, BigInteger expirationTime, BigInteger minValue, Integer requiredTxnConfirms, Integer requiredUpdConfirms)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionResultOfGetParameters(Integer maxQueuedTransactions, Integer maxCustodianCount, BigInteger expirationTime, BigInteger minValue, Integer requiredTxnConfirms, Integer requiredUpdConfirms) Creates an instance of aResultOfGetParametersrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexpirationTimerecord component.final inthashCode()Returns a hash code value for this object.Returns the value of themaxCustodianCountrecord component.Returns the value of themaxQueuedTransactionsrecord component.minValue()Returns the value of theminValuerecord component.Returns the value of therequiredTxnConfirmsrecord component.Returns the value of therequiredUpdConfirmsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ResultOfGetParameters
public ResultOfGetParameters(Integer maxQueuedTransactions, Integer maxCustodianCount, BigInteger expirationTime, BigInteger minValue, Integer requiredTxnConfirms, Integer requiredUpdConfirms) Creates an instance of aResultOfGetParametersrecord class.- Parameters:
maxQueuedTransactions- the value for themaxQueuedTransactionsrecord componentmaxCustodianCount- the value for themaxCustodianCountrecord componentexpirationTime- the value for theexpirationTimerecord componentminValue- the value for theminValuerecord componentrequiredTxnConfirms- the value for therequiredTxnConfirmsrecord componentrequiredUpdConfirms- the value for therequiredUpdConfirmsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
maxQueuedTransactions
Returns the value of themaxQueuedTransactionsrecord component.- Returns:
- the value of the
maxQueuedTransactionsrecord component
-
maxCustodianCount
Returns the value of themaxCustodianCountrecord component.- Returns:
- the value of the
maxCustodianCountrecord component
-
expirationTime
Returns the value of theexpirationTimerecord component.- Returns:
- the value of the
expirationTimerecord component
-
minValue
Returns the value of theminValuerecord component.- Returns:
- the value of the
minValuerecord component
-
requiredTxnConfirms
Returns the value of therequiredTxnConfirmsrecord component.- Returns:
- the value of the
requiredTxnConfirmsrecord component
-
requiredUpdConfirms
Returns the value of therequiredUpdConfirmsrecord component.- Returns:
- the value of the
requiredUpdConfirmsrecord component
-