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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionSignedTimeSlicedSurveyStopCollectingMessage(Signature signature, TimeSlicedSurveyStopCollectingMessage stopCollecting) -
Method Summary
Modifier and TypeMethodDescriptionstatic SignedTimeSlicedSurveyStopCollectingMessage.SignedTimeSlicedSurveyStopCollectingMessageBuilderbuilder()decode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) inthashCode()voidsetSignature(Signature signature) voidsetStopCollecting(TimeSlicedSurveyStopCollectingMessage stopCollecting) toString()default Stringdefault 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
-