Package com.ig.orchestrations.fixp
Class NegotiationResponse
- java.lang.Object
-
- com.ig.orchestrations.fixp.NegotiationResponse
-
public class NegotiationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description NegotiationResponse()No args constructor for use in serializationNegotiationResponse(UUID sessionId, Long requestTimestamp, FlowType serverFlow, Object credentials, String messageType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()ObjectgetCredentials()StringgetMessageType()LonggetRequestTimestamp()FlowTypegetServerFlow()UUIDgetSessionId()inthashCode()voidsetAdditionalProperty(String name, Object value)voidsetCredentials(Object credentials)voidsetMessageType(String messageType)voidsetRequestTimestamp(Long requestTimestamp)voidsetServerFlow(FlowType serverFlow)voidsetSessionId(UUID sessionId)StringtoString()
-
-
-
Method Detail
-
getSessionId
public UUID getSessionId()
-
setSessionId
public void setSessionId(UUID sessionId)
-
getRequestTimestamp
public Long getRequestTimestamp()
-
setRequestTimestamp
public void setRequestTimestamp(Long requestTimestamp)
-
getServerFlow
public FlowType getServerFlow()
-
setServerFlow
public void setServerFlow(FlowType serverFlow)
-
getCredentials
public Object getCredentials()
-
setCredentials
public void setCredentials(Object credentials)
-
getMessageType
public String getMessageType()
-
setMessageType
public void setMessageType(String messageType)
-
-