Package org.stellar.sdk.xdr
Class TimeBounds
java.lang.Object
org.stellar.sdk.xdr.TimeBounds
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeBoundsdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TimeBounds encodedTimeBounds) booleanstatic TimeBoundsfromXdrBase64(String xdr) static TimeBoundsfromXdrByteArray(byte[] xdr) inthashCode()voidsetMaxTime(TimePoint value) voidsetMinTime(TimePoint value) byte[]
-
Constructor Details
-
TimeBounds
public TimeBounds()
-
-
Method Details
-
getMinTime
-
setMinTime
-
getMaxTime
-
setMaxTime
-
encode
public static void encode(XdrDataOutputStream stream, TimeBounds encodedTimeBounds) 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
-