hash Code
Calculates the hash code for the IssueCredential object.
The hash code is calculated using the following formula:
The hash code of the
idfield is calculated using itshashCode()method.The hash code of the
bodyfield is calculated using itshashCode()method.The hash code of the
attachmentsfield is calculated using itscontentHashCode()method.The hash code of the
thidfield is calculated using itshashCode()method, or zero if it is null.The hash code of the
fromfield is calculated using itshashCode()method.The hash code of the
tofield is calculated using itshashCode()method.The hash code of the
typefield is calculated using itshashCode()method.The final hash code is calculated by multiplying each field's hash code by 31 and summing them up.
Return
The calculated hash code value for the IssueCredential object.