Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPS_SubscriberState
-
Packages that use MAPPS_SubscriberState Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPPS_SubscriberState in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPS_SubscriberState Modifier and Type Method Description MAPPS_SubscriberState
MAPPS_SubscriberState. clone()
Constructs a copy of this object and everything reachable from it.static MAPPS_SubscriberState
MAPPS_SubscriberState. copyOf(MAPPS_SubscriberState from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPPS_SubscriberState
MAPSubscriberInfo. getEps_SubscriberState()
Gets the value of the field eps-SubscriberState.MAPPS_SubscriberState
MAPSubscriberInfo. getPs_SubscriberState()
Gets the value of the field ps-SubscriberState.MAPPS_SubscriberState
MAPPS_SubscriberState. setNetDetNotReachable(MAPNotReachableReason value)
Sets the value of the netDetNotReachable choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setNotProvidedFromSGSNorMME()
Sets the notProvidedFromSGSNorMME choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setPs_AttachedNotReachableForPaging()
Sets the ps-AttachedNotReachableForPaging choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setPs_AttachedReachableForPaging()
Sets the ps-AttachedReachableForPaging choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setPs_Detached()
Sets the ps-Detached choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setPs_PDP_ActiveNotReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveNotReachableForPaging choice.MAPPS_SubscriberState
MAPPS_SubscriberState. setPs_PDP_ActiveReachableForPaging(MAPPDP_ContextInfo[] value)
Sets the value of the ps-PDP-ActiveReachableForPaging choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPS_SubscriberState Modifier and Type Method Description static MAPPS_SubscriberState
MAPPS_SubscriberState. copyOf(MAPPS_SubscriberState from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPSubscriberInfo
MAPSubscriberInfo. setEps_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field eps-SubscriberState.MAPSubscriberInfo
MAPSubscriberInfo. setPs_SubscriberState(MAPPS_SubscriberState value)
Sets the value of the field ps-SubscriberState. -
Uses of MAPPS_SubscriberState in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPS_SubscriberState Modifier and Type Field Description static PersistCodec<MAPPS_SubscriberState,MAPPS_SubscriberState,MAPProto.MAP_MS_DataTypes_PS_SubscriberState>
MAPCodecs. MAP_MS_DataTypes_PS_SubscriberState
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PS-SubscriberStatestatic PersistCodec<MAPPS_SubscriberState,MAPPS_SubscriberState,MAPProto.MAP_MS_DataTypes_PS_SubscriberState>
MAPCodecs. MAP_MS_DataTypes_PS_SubscriberState
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PS-SubscriberState
-