Uses of Class
com.opencloud.slee.resources.cgin.map.MAPADD_Info
-
Packages that use MAPADD_Info 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 MAPADD_Info in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPADD_Info Modifier and Type Method Description MAPADD_Info
MAPADD_Info. clone()
Constructs a copy of this object and everything reachable from it.static MAPADD_Info
MAPADD_Info. copyOf(MAPADD_Info 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.MAPADD_Info
MAPUpdateGprsLocationArg. getAdd_info()
Gets the value of the field add-info.MAPADD_Info
MAPUpdateLocationArg. getAdd_info()
Gets the value of the field add-info.MAPADD_Info
MAPADD_Info. setImeisv(IMEIAddress value)
Sets the value of the field imeisv.MAPADD_Info
MAPADD_Info. setSkipSubscriberDataUpdatePresent(boolean flag)
Sets the presence or absence of the optional field skipSubscriberDataUpdate.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPADD_Info Modifier and Type Method Description static MAPADD_Info
MAPADD_Info. copyOf(MAPADD_Info 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.MAPUpdateGprsLocationArg
MAPUpdateGprsLocationArg. setAdd_info(MAPADD_Info value)
Sets the value of the field add-info.MAPUpdateLocationArg
MAPUpdateLocationArg. setAdd_info(MAPADD_Info value)
Sets the value of the field add-info. -
Uses of MAPADD_Info in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPADD_Info Modifier and Type Field Description static PersistCodec<MAPADD_Info,MAPADD_Info,MAPProto.MAP_MS_DataTypes_ADD_Info>
MAPCodecs. MAP_MS_DataTypes_ADD_Info
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ADD-Infostatic PersistCodec<MAPADD_Info,MAPADD_Info,MAPProto.MAP_MS_DataTypes_ADD_Info>
MAPCodecs. MAP_MS_DataTypes_ADD_Info
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ADD-Info
-