public class SessionState extends Object
Constructor and Description |
---|
SessionState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LocalPref |
getLocalPref() |
Messages |
getMessages() |
PeerPref |
getPeerPref() |
String |
getSessionDuration() |
int |
hashCode() |
void |
injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) |
void |
setLocalPref(LocalPref localPref) |
void |
setMessages(Messages messages) |
void |
setPeerPref(PeerPref peerPref) |
void |
setSessionDuration(String sessionDuration) |
public void injectDependencyResolver(org.opendaylight.controller.config.api.DependencyResolver dependencyResolver)
public String getSessionDuration()
public void setSessionDuration(String sessionDuration)
public Messages getMessages()
public void setMessages(Messages messages)
public LocalPref getLocalPref()
public void setLocalPref(LocalPref localPref)
public PeerPref getPeerPref()
public void setPeerPref(PeerPref peerPref)
Copyright © 2018 OpenDaylight. All rights reserved.