Package org.stellar.sdk.xdr
Class ClaimPredicate
java.lang.Object
org.stellar.sdk.xdr.ClaimPredicate
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimPredicatedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, ClaimPredicate encodedClaimPredicate) booleanstatic ClaimPredicatefromXdrBase64(String xdr) static ClaimPredicatefromXdrByteArray(byte[] xdr) inthashCode()voidsetAbsBefore(Int64 value) voidsetAndPredicates(ClaimPredicate[] value) voidvoidsetNotPredicate(ClaimPredicate value) voidsetOrPredicates(ClaimPredicate[] value) voidsetRelBefore(Int64 value) byte[]
-
Constructor Details
-
ClaimPredicate
public ClaimPredicate()
-
-
Method Details
-
getDiscriminant
-
setDiscriminant
-
getAndPredicates
-
setAndPredicates
-
getOrPredicates
-
setOrPredicates
-
getNotPredicate
-
setNotPredicate
-
getAbsBefore
-
setAbsBefore
-
getRelBefore
-
setRelBefore
-
encode
public static void encode(XdrDataOutputStream stream, ClaimPredicate encodedClaimPredicate) throws IOException - 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
-