Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMT_ForwardSM_Res
-
Packages that use MAPMT_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 MAPMT_ForwardSM_Res in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMT_ForwardSM_Res Modifier and Type Method Description MAPMT_ForwardSM_Res
MAPMT_ForwardSM_Res. clone()
Constructs a copy of this object and everything reachable from it.static MAPMT_ForwardSM_Res
MAPMT_ForwardSM_Res. copyOf(MAPMT_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.MAPMT_ForwardSM_Res
MAPMT_ForwardSM_Res. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPMT_ForwardSM_Res
MAPMT_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 MAPMT_ForwardSM_Res Modifier and Type Method Description static MAPMT_ForwardSM_Res
MAPMT_ForwardSM_Res. copyOf(MAPMT_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.void
MAPDialog. sendMt_ForwardSMResponse(int invokeId, MAPMT_ForwardSM_Res result)
Issues a (last) response to a mt_ForwardSM operation on the dialog.void
MAPDialog. sendMt_ForwardSMResponse(int invokeId, MAPMT_ForwardSM_Res result, boolean isLast)
Issues a response to a mt_ForwardSM operation on the dialog. -
Uses of MAPMT_ForwardSM_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMT_ForwardSM_Res Modifier and Type Field Description static PersistCodec<MAPMT_ForwardSM_Res,MAPMT_ForwardSM_Res,MAPProto.MAP_SM_DataTypes_MT_ForwardSM_Res>
MAPCodecs. MAP_SM_DataTypes_MT_ForwardSM_Res
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.MT-ForwardSM-Resstatic PersistCodec<MAPMT_ForwardSM_Res,MAPMT_ForwardSM_Res,MAPProto.MAP_SM_DataTypes_MT_ForwardSM_Res>
MAPCodecs. MAP_SM_DataTypes_MT_ForwardSM_Res
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.MT-ForwardSM-Res
-