Package org.stellar.sdk.xdr
Class SignedTimeSlicedSurveyStartCollectingMessage
java.lang.Object
org.stellar.sdk.xdr.SignedTimeSlicedSurveyStartCollectingMessage
SignedTimeSlicedSurveyStartCollectingMessage's original definition in the XDR file is:
struct SignedTimeSlicedSurveyStartCollectingMessage { Signature signature; TimeSlicedSurveyStartCollectingMessage startCollecting; };
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionSignedTimeSlicedSurveyStartCollectingMessage
(Signature signature, TimeSlicedSurveyStartCollectingMessage startCollecting) -
Method Summary
Modifier and TypeMethodDescriptionstatic SignedTimeSlicedSurveyStartCollectingMessage.SignedTimeSlicedSurveyStartCollectingMessageBuilder
builder()
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
fromXdrBase64
(String xdr) fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setSignature
(Signature signature) void
setStartCollecting
(TimeSlicedSurveyStartCollectingMessage startCollecting) toString()
default String
default byte[]
-
Constructor Details
-
SignedTimeSlicedSurveyStartCollectingMessage
public SignedTimeSlicedSurveyStartCollectingMessage() -
SignedTimeSlicedSurveyStartCollectingMessage
public SignedTimeSlicedSurveyStartCollectingMessage(Signature signature, TimeSlicedSurveyStartCollectingMessage startCollecting)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
public static SignedTimeSlicedSurveyStartCollectingMessage decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
fromXdrBase64
public static SignedTimeSlicedSurveyStartCollectingMessage fromXdrBase64(String xdr) throws IOException - Throws:
IOException
-
fromXdrByteArray
public static SignedTimeSlicedSurveyStartCollectingMessage fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-
builder
public static SignedTimeSlicedSurveyStartCollectingMessage.SignedTimeSlicedSurveyStartCollectingMessageBuilder builder() -
toBuilder
-
getSignature
-
getStartCollecting
-
setSignature
-
setStartCollecting
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-