public class NegotiationResponse extends Object
| Constructor and Description |
|---|
NegotiationResponse()
No args constructor for use in serialization
|
NegotiationResponse(UUID sessionId,
Long requestTimestamp,
FlowType serverFlow,
Object credentials,
String messageType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Object |
getCredentials() |
String |
getMessageType() |
Long |
getRequestTimestamp() |
FlowType |
getServerFlow() |
UUID |
getSessionId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCredentials(Object credentials) |
void |
setMessageType(String messageType) |
void |
setRequestTimestamp(Long requestTimestamp) |
void |
setServerFlow(FlowType serverFlow) |
void |
setSessionId(UUID sessionId) |
String |
toString() |
public NegotiationResponse()
public UUID getSessionId()
public void setSessionId(UUID sessionId)
public Long getRequestTimestamp()
public void setRequestTimestamp(Long requestTimestamp)
public FlowType getServerFlow()
public void setServerFlow(FlowType serverFlow)
public Object getCredentials()
public void setCredentials(Object credentials)
public String getMessageType()
public void setMessageType(String messageType)
Copyright © 2019–2021 IG Group. All rights reserved.