Package com.opencloud.sentinel.common
Interface SentinelRoamingSessionState
-
- All Superinterfaces:
NullSentinelSessionState
@SessionStateInterface public interface SentinelRoamingSessionState extends NullSentinelSessionState
Session state interface for features that care about the roaming status of the subscriber.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Boolean
_initialRoamingIndicator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getRoamingIndicator()
Get the roaming indicator.void
setRoamingIndicator(java.lang.Boolean roamingIndicator)
-