Package org.stellar.sdk.responses
Class Problem.Extras
java.lang.Object
org.stellar.sdk.responses.Problem.Extras
- Enclosing class:
Problem
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Contains result codes for this transaction. -
Constructor Summary
ConstructorDescriptionExtras
(String hash, String envelopeXdr, String resultXdr, Problem.Extras.ResultCodes resultCodes) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getHash()
int
hashCode()
Parses theenvelopeXdr
field from a string to anTransactionEnvelope
object.Parses theresultXdr
field from a string to anTransactionResult
object.toString()
-
Constructor Details
-
Extras
public Extras(String hash, String envelopeXdr, String resultXdr, Problem.Extras.ResultCodes resultCodes)
-
-
Method Details
-
parseEnvelopeXdr
Parses theenvelopeXdr
field from a string to anTransactionEnvelope
object.- Returns:
- the parsed
TransactionEnvelope
object
-
parseResultXdr
Parses theresultXdr
field from a string to anTransactionResult
object.- Returns:
- the parsed
TransactionResult
object
-
getHash
-
getEnvelopeXdr
-
getResultXdr
-
getResultCodes
-
equals
-
hashCode
public int hashCode() -
toString
-