Package org.stellar.sdk.responses
Class Problem.Extras
java.lang.Object
org.stellar.sdk.responses.Problem.Extras
- Enclosing class:
Problem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classContains result codes for this transaction. -
Constructor Summary
ConstructorsConstructorDescriptionExtras(String hash, String envelopeXdr, String resultXdr, Problem.Extras.ResultCodes resultCodes) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHash()inthashCode()Parses theenvelopeXdrfield from a string to anTransactionEnvelopeobject.Parses theresultXdrfield from a string to anTransactionResultobject.toString()
-
Constructor Details
-
Extras
public Extras(String hash, String envelopeXdr, String resultXdr, Problem.Extras.ResultCodes resultCodes)
-
-
Method Details
-
parseEnvelopeXdr
Parses theenvelopeXdrfield from a string to anTransactionEnvelopeobject.- Returns:
- the parsed
TransactionEnvelopeobject
-
parseResultXdr
Parses theresultXdrfield from a string to anTransactionResultobject.- Returns:
- the parsed
TransactionResultobject
-
getHash
-
getEnvelopeXdr
-
getResultXdr
-
getResultCodes
-
equals
-
hashCode
public int hashCode() -
toString
-