Package org.stellar.sdk.xdr
Class DontHave
java.lang.Object
org.stellar.sdk.xdr.DontHave
DontHave's original definition in the XDR file is:
struct DontHave { MessageType type; uint256 reqHash; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DontHave.DontHaveBuilder
builder()
static DontHave
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static DontHave
fromXdrBase64
(String xdr) static DontHave
fromXdrByteArray
(byte[] xdr) getType()
int
hashCode()
void
setReqHash
(Uint256 reqHash) void
setType
(MessageType type) toString()
default String
default byte[]
-
Constructor Details
-
DontHave
public DontHave() -
DontHave
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getType
-
getReqHash
-
setType
-
setReqHash
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-