Module java4ever.framework
Record Class SetcodeMultisigWallet.ResultOfGetParameters
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.contract.SetcodeMultisigWallet.ResultOfGetParameters
- Enclosing class:
SetcodeMultisigWallet
-
Constructor Summary
ConstructorsConstructorDescriptionResultOfGetParameters(Integer maxQueuedTransactions, Integer maxCustodianCount, Long 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, Long 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
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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
-