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 MAPIdentityMAPIdentity. clone()Constructs a copy of this object and everything reachable from it.static MAPIdentityMAPIdentity. 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.MAPIdentityMAPCancelLocation_v1ArgSeq. getIdentity()Gets the value of the field identity.MAPIdentityMAPIdentity. setImsi(IMSIAddress value)Sets the value of the imsi choice.MAPIdentityMAPIdentity. 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 MAPIdentityMAPIdentity. 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_v1ArgSeqMAPCancelLocation_v1ArgSeq. setIdentity(MAPIdentity value)Sets the value of the field identity.MAPCancelLocationArgMAPCancelLocationArg. 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_IdentitySingleton codec for the ASN.1 type: MAP-CommonDataTypes.Identitystatic PersistCodec<MAPIdentity,MAPIdentity,MAPProto.MAP_CommonDataTypes_Identity>MAPCodecs. MAP_CommonDataTypes_IdentitySingleton codec for the ASN.1 type: MAP-CommonDataTypes.Identity
-