Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMO_ForwardSM_Res
-
Packages that use MAPMO_ForwardSM_Res 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 MAPMO_ForwardSM_Res in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMO_ForwardSM_Res Modifier and Type Method Description MAPMO_ForwardSM_ResMAPMO_ForwardSM_Res. clone()Constructs a copy of this object and everything reachable from it.static MAPMO_ForwardSM_ResMAPMO_ForwardSM_Res. copyOf(MAPMO_ForwardSM_Res 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.MAPMO_ForwardSM_ResMAPMO_ForwardSM_Res. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPMO_ForwardSM_ResMAPMO_ForwardSM_Res. setSm_RP_UI(SMSTPDU value)Sets the value of the field sm-RP-UI.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMO_ForwardSM_Res Modifier and Type Method Description static MAPMO_ForwardSM_ResMAPMO_ForwardSM_Res. copyOf(MAPMO_ForwardSM_Res 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.voidMAPDialog. sendMo_ForwardSMResponse(int invokeId, MAPMO_ForwardSM_Res result)Issues a (last) response to a mo_ForwardSM operation on the dialog.voidMAPDialog. sendMo_ForwardSMResponse(int invokeId, MAPMO_ForwardSM_Res result, boolean isLast)Issues a response to a mo_ForwardSM operation on the dialog. -
Uses of MAPMO_ForwardSM_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMO_ForwardSM_Res Modifier and Type Field Description static PersistCodec<MAPMO_ForwardSM_Res,MAPMO_ForwardSM_Res,MAPProto.MAP_SM_DataTypes_MO_ForwardSM_Res>MAPCodecs. MAP_SM_DataTypes_MO_ForwardSM_ResSingleton codec for the ASN.1 type: MAP-SM-DataTypes.MO-ForwardSM-Resstatic PersistCodec<MAPMO_ForwardSM_Res,MAPMO_ForwardSM_Res,MAPProto.MAP_SM_DataTypes_MO_ForwardSM_Res>MAPCodecs. MAP_SM_DataTypes_MO_ForwardSM_ResSingleton codec for the ASN.1 type: MAP-SM-DataTypes.MO-ForwardSM-Res
-