Uses of Class
com.opencloud.slee.resources.cgin.map.MAPDeferredmt_lrData
-
Packages that use MAPDeferredmt_lrData 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 MAPDeferredmt_lrData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPDeferredmt_lrData Modifier and Type Method Description MAPDeferredmt_lrData
MAPDeferredmt_lrData. clone()
Constructs a copy of this object and everything reachable from it.static MAPDeferredmt_lrData
MAPDeferredmt_lrData. copyOf(MAPDeferredmt_lrData 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.MAPDeferredmt_lrData
MAPSubscriberLocationReport_Arg. getDeferredmt_lrData()
Gets the value of the field deferredmt-lrData.MAPDeferredmt_lrData
MAPDeferredmt_lrData. setDeferredLocationEventType(MAPDeferredLocationEventType value)
Sets the value of the field deferredLocationEventType.MAPDeferredmt_lrData
MAPDeferredmt_lrData. setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.MAPDeferredmt_lrData
MAPDeferredmt_lrData. setTerminationCause(MAPTerminationCause value)
Sets the value of the field terminationCause.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPDeferredmt_lrData Modifier and Type Method Description static MAPDeferredmt_lrData
MAPDeferredmt_lrData. copyOf(MAPDeferredmt_lrData 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.MAPSubscriberLocationReport_Arg
MAPSubscriberLocationReport_Arg. setDeferredmt_lrData(MAPDeferredmt_lrData value)
Sets the value of the field deferredmt-lrData. -
Uses of MAPDeferredmt_lrData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPDeferredmt_lrData Modifier and Type Field Description static PersistCodec<MAPDeferredmt_lrData,MAPDeferredmt_lrData,MAPProto.MAP_LCS_DataTypes_Deferredmt_lrData>
MAPCodecs. MAP_LCS_DataTypes_Deferredmt_lrData
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.Deferredmt-lrDatastatic PersistCodec<MAPDeferredmt_lrData,MAPDeferredmt_lrData,MAPProto.MAP_LCS_DataTypes_Deferredmt_lrData>
MAPCodecs. MAP_LCS_DataTypes_Deferredmt_lrData
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.Deferredmt-lrData
-