Class WriteAccount
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
-
-
Constructor Summary
Constructors Constructor Description WriteAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAccount()Hex-encoded account hashinthashCode()voidsetAccount(java.lang.String account)Hex-encoded account hashjava.lang.StringtoString()
-
-
-
Method Detail
-
getAccount
public java.lang.String getAccount()
Hex-encoded account hash
-
setAccount
public void setAccount(java.lang.String account)
Hex-encoded account hash
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-