public class TimeSlicedSurveyStartCollectingMessage extends java.lang.Object implements XdrElement
struct TimeSlicedSurveyStartCollectingMessage { NodeID surveyorID; uint32 nonce; uint32 ledgerNum; };
Modifier and Type | Class and Description |
---|---|
static class |
TimeSlicedSurveyStartCollectingMessage.TimeSlicedSurveyStartCollectingMessageBuilder |
Constructor and Description |
---|
TimeSlicedSurveyStartCollectingMessage() |
TimeSlicedSurveyStartCollectingMessage(NodeID surveyorID,
Uint32 nonce,
Uint32 ledgerNum) |
Modifier and Type | Method and Description |
---|---|
static TimeSlicedSurveyStartCollectingMessage.TimeSlicedSurveyStartCollectingMessageBuilder |
builder() |
static TimeSlicedSurveyStartCollectingMessage |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static TimeSlicedSurveyStartCollectingMessage |
fromXdrBase64(java.lang.String xdr) |
static TimeSlicedSurveyStartCollectingMessage |
fromXdrByteArray(byte[] xdr) |
Uint32 |
getLedgerNum() |
Uint32 |
getNonce() |
NodeID |
getSurveyorID() |
int |
hashCode() |
void |
setLedgerNum(Uint32 ledgerNum) |
void |
setNonce(Uint32 nonce) |
void |
setSurveyorID(NodeID surveyorID) |
TimeSlicedSurveyStartCollectingMessage.TimeSlicedSurveyStartCollectingMessageBuilder |
toBuilder() |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public TimeSlicedSurveyStartCollectingMessage()
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static TimeSlicedSurveyStartCollectingMessage decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static TimeSlicedSurveyStartCollectingMessage fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static TimeSlicedSurveyStartCollectingMessage fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public static TimeSlicedSurveyStartCollectingMessage.TimeSlicedSurveyStartCollectingMessageBuilder builder()
public TimeSlicedSurveyStartCollectingMessage.TimeSlicedSurveyStartCollectingMessageBuilder toBuilder()
public NodeID getSurveyorID()
public Uint32 getNonce()
public Uint32 getLedgerNum()
public void setSurveyorID(NodeID surveyorID)
public void setNonce(Uint32 nonce)
public void setLedgerNum(Uint32 ledgerNum)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object