Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendRoutingInformationRes.RoutingInfo
-
Packages that use MAPSendRoutingInformationRes.RoutingInfo 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 MAPSendRoutingInformationRes.RoutingInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSendRoutingInformationRes.RoutingInfo Modifier and Type Method Description MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. copyOf(MAPSendRoutingInformationRes.RoutingInfo 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.MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes. getRoutingInfo()Gets the value of the field routingInfo.MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. setForwardingData(MAPForwardingData value)Sets the value of the forwardingData choice.MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. setRoamingNumber(AddressString value)Sets the value of the roamingNumber choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInformationRes.RoutingInfo Modifier and Type Method Description static MAPSendRoutingInformationRes.RoutingInfoMAPSendRoutingInformationRes.RoutingInfo. copyOf(MAPSendRoutingInformationRes.RoutingInfo 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.MAPSendRoutingInformationResMAPSendRoutingInformationRes. setRoutingInfo(MAPSendRoutingInformationRes.RoutingInfo value)Sets the value of the field routingInfo.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendRoutingInformationRes.RoutingInfo Constructor Description MAPSendRoutingInformationRes(IMSIAddress Imsi_param, MAPSendRoutingInformationRes.RoutingInfo RoutingInfo_param)Constructs an object from given values for all fields. -
Uses of MAPSendRoutingInformationRes.RoutingInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendRoutingInformationRes.RoutingInfo Modifier and Type Field Description static PersistCodec<MAPSendRoutingInformationRes.RoutingInfo,MAPSendRoutingInformationRes.RoutingInfo,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo>MAPCodecs. MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationRes.routingInfostatic PersistCodec<MAPSendRoutingInformationRes.RoutingInfo,MAPSendRoutingInformationRes.RoutingInfo,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo>MAPCodecs. MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationRes.routingInfo
-