Package org.stellar.sdk.xdr
Class SignedTimeSlicedSurveyStopCollectingMessage
java.lang.Object
org.stellar.sdk.xdr.SignedTimeSlicedSurveyStopCollectingMessage
- All Implemented Interfaces:
XdrElement
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()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
SignedTimeSlicedSurveyStopCollectingMessage
public SignedTimeSlicedSurveyStopCollectingMessage() -
SignedTimeSlicedSurveyStopCollectingMessage
public SignedTimeSlicedSurveyStopCollectingMessage(Signature signature, TimeSlicedSurveyStopCollectingMessage stopCollecting)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- 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
-