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