Package org.stellar.sdk.xdr
Class DontHave
java.lang.Object
org.stellar.sdk.xdr.DontHave
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DontHavedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, DontHave encodedDontHave) booleanstatic DontHavefromXdrBase64(String xdr) static DontHavefromXdrByteArray(byte[] xdr) getType()inthashCode()voidsetReqHash(Uint256 value) voidsetType(MessageType value) byte[]
-
Constructor Details
-
DontHave
public DontHave()
-
-
Method Details
-
getType
-
setType
-
getReqHash
-
setReqHash
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-