Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMO_ForwardSM_Arg_v2
-
Packages that use MAPMO_ForwardSM_Arg_v2 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_Arg_v2 in com.opencloud.slee.resources.cgin.map
Subclasses of MAPMO_ForwardSM_Arg_v2 in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPMO_ForwardSM_Arg_v3
API for MAP-SM-DataTypes.MO-ForwardSM-Arg-v3.Methods in com.opencloud.slee.resources.cgin.map that return MAPMO_ForwardSM_Arg_v2 Modifier and Type Method Description MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. clone()
Constructs a copy of this object and everything reachable from it.static MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. copyOf(MAPMO_ForwardSM_Arg 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_Arg_v2
MAPMO_ForwardSM_Arg_v2. setMoreMessagesToSendPresent(boolean flag)
Sets the presence or absence of the optional field moreMessagesToSend.MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. setSm_RP_DA(MAPSM_RP_DA value)
Sets the value of the field sm-RP-DA.MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. setSm_RP_OA(MAPSM_RP_OA value)
Sets the value of the field sm-RP-OA.MAPMO_ForwardSM_Arg_v2
MAPMO_ForwardSM_Arg_v2. setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI. -
Uses of MAPMO_ForwardSM_Arg_v2 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMO_ForwardSM_Arg_v2 Modifier and Type Field Description static PersistCodec<MAPMO_ForwardSM_Arg,MAPMO_ForwardSM_Arg_v2,MAPProto.MAP_SM_DataTypes_ph2_MO_ForwardSM_Arg_v2>
MAPCodecs. MAP_SM_DataTypes_ph2_MO_ForwardSM_Arg_v2
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph2.MO-ForwardSM-Arg-v2
-