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 aResultOfGetParameters
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.Returns the value of theexpirationTime
record component.final int
hashCode()
Returns a hash code value for this object.Returns the value of themaxCustodianCount
record component.Returns the value of themaxQueuedTransactions
record component.minValue()
Returns the value of theminValue
record component.Returns the value of therequiredTxnConfirms
record component.Returns the value of therequiredUpdConfirms
record component.final String
toString()
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 aResultOfGetParameters
record class.- Parameters:
maxQueuedTransactions
- the value for themaxQueuedTransactions
record componentmaxCustodianCount
- the value for themaxCustodianCount
record componentexpirationTime
- the value for theexpirationTime
record componentminValue
- the value for theminValue
record componentrequiredTxnConfirms
- the value for therequiredTxnConfirms
record componentrequiredUpdConfirms
- the value for therequiredUpdConfirms
record 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 themaxQueuedTransactions
record component.- Returns:
- the value of the
maxQueuedTransactions
record component
-
maxCustodianCount
Returns the value of themaxCustodianCount
record component.- Returns:
- the value of the
maxCustodianCount
record component
-
expirationTime
Returns the value of theexpirationTime
record component.- Returns:
- the value of the
expirationTime
record component
-
minValue
Returns the value of theminValue
record component.- Returns:
- the value of the
minValue
record component
-
requiredTxnConfirms
Returns the value of therequiredTxnConfirms
record component.- Returns:
- the value of the
requiredTxnConfirms
record component
-
requiredUpdConfirms
Returns the value of therequiredUpdConfirms
record component.- Returns:
- the value of the
requiredUpdConfirms
record component
-