Class AssociatedKey
- java.lang.Object
-
- com.syntifi.casper.sdk.model.account.AssociatedKey
-
public class AssociatedKey extends java.lang.Object
Associated Key- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description AssociatedKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getAccountHash()
account_hash(String) Hex-encoded account hash.int
getWeight()
weight(Integer)int
hashCode()
void
setAccountHash(java.lang.String accountHash)
account_hash(String) Hex-encoded account hash.void
setWeight(int weight)
weight(Integer)java.lang.String
toString()
-
-
-
Method Detail
-
getAccountHash
public java.lang.String getAccountHash()
account_hash(String) Hex-encoded account hash.
-
getWeight
public int getWeight()
weight(Integer)
-
setAccountHash
public void setAccountHash(java.lang.String accountHash)
account_hash(String) Hex-encoded account hash.
-
setWeight
public void setWeight(int weight)
weight(Integer)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-