public class SuiObjectInfo extends SuiObjectRef
| Constructor and Description |
|---|
SuiObjectInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
SuiObjectOwner |
getOwner()
Gets owner.
|
java.lang.String |
getPreviousTransaction()
Gets previous transaction.
|
java.lang.String |
getType()
Gets type.
|
int |
hashCode() |
void |
setOwner(SuiObjectOwner owner)
Sets owner.
|
void |
setPreviousTransaction(java.lang.String previousTransaction)
Sets previous transaction.
|
void |
setType(java.lang.String type)
Sets type.
|
java.lang.String |
toString() |
getDigest, getObjectId, getVersion, setDigest, setObjectId, setVersionpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the typepublic SuiObjectOwner getOwner()
public void setOwner(SuiObjectOwner owner)
owner - the ownerpublic java.lang.String getPreviousTransaction()
public void setPreviousTransaction(java.lang.String previousTransaction)
previousTransaction - the previous transactionpublic boolean equals(java.lang.Object o)
equals in class SuiObjectRefpublic int hashCode()
hashCode in class SuiObjectRefpublic java.lang.String toString()
toString in class SuiObjectRef