Class NegotiationResponse


  • public class NegotiationResponse
    extends Object
    • Constructor Detail

      • NegotiationResponse

        public NegotiationResponse()
        No args constructor for use in serialization
      • NegotiationResponse

        public NegotiationResponse​(UUID sessionId,
                                   Long requestTimestamp,
                                   FlowType serverFlow,
                                   Object credentials,
                                   String messageType)
        Parameters:
        messageType -
        requestTimestamp -
        serverFlow -
        credentials -
        sessionId -
    • 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)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object