Uses of Class
com.opencloud.slee.resources.cgin.map.MAPIdentity
-
Packages that use MAPIdentity 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 MAPIdentity in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPIdentity Modifier and Type Method Description MAPIdentity
MAPIdentity. clone()
Constructs a copy of this object and everything reachable from it.static MAPIdentity
MAPIdentity. copyOf(MAPIdentity 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.MAPIdentity
MAPCancelLocation_v1ArgSeq. getIdentity()
Gets the value of the field identity.MAPIdentity
MAPIdentity. setImsi(IMSIAddress value)
Sets the value of the imsi choice.MAPIdentity
MAPIdentity. setImsi_WithLMSI(MAPIMSI_WithLMSI value)
Sets the value of the imsi-WithLMSI choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPIdentity Modifier and Type Method Description static MAPIdentity
MAPIdentity. copyOf(MAPIdentity 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.MAPCancelLocation_v1ArgSeq
MAPCancelLocation_v1ArgSeq. setIdentity(MAPIdentity value)
Sets the value of the field identity.MAPCancelLocationArg
MAPCancelLocationArg. setIdentity(MAPIdentity value)
Sets the value of the field identity.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPIdentity Constructor Description MAPCancelLocation_v1ArgSeq(MAPIdentity Identity_param)
Constructs an object from given values for all fields. -
Uses of MAPIdentity in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPIdentity Modifier and Type Field Description static PersistCodec<MAPIdentity,MAPIdentity,MAPProto.MAP_CommonDataTypes_Identity>
MAPCodecs. MAP_CommonDataTypes_Identity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Identitystatic PersistCodec<MAPIdentity,MAPIdentity,MAPProto.MAP_CommonDataTypes_Identity>
MAPCodecs. MAP_CommonDataTypes_Identity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Identity
-