Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReportSM_DeliveryStatusArg_v1
-
Packages that use MAPReportSM_DeliveryStatusArg_v1 Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPReportSM_DeliveryStatusArg_v1 in com.opencloud.slee.resources.cgin.map
Subclasses of MAPReportSM_DeliveryStatusArg_v1 in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPReportSM_DeliveryStatusArg
API for MAP-SM-DataTypes.ReportSM-DeliveryStatusArg.Methods in com.opencloud.slee.resources.cgin.map that return MAPReportSM_DeliveryStatusArg_v1 Modifier and Type Method Description MAPReportSM_DeliveryStatusArg_v1
MAPReportSM_DeliveryStatusArg_v1. clone()
Constructs a copy of this object and everything reachable from it.static MAPReportSM_DeliveryStatusArg_v1
MAPReportSM_DeliveryStatusArg_v1. copyOf(MAPReportSM_DeliveryStatusArg_v1 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.MAPReportSM_DeliveryStatusArg_v1
MAPReportSM_DeliveryStatusArg_v1. setMsIsdn(AddressString value)
Sets the value of the field msIsdn.MAPReportSM_DeliveryStatusArg_v1
MAPReportSM_DeliveryStatusArg_v1. setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReportSM_DeliveryStatusArg_v1 Modifier and Type Method Description static MAPReportSM_DeliveryStatusArg_v1
MAPReportSM_DeliveryStatusArg_v1. copyOf(MAPReportSM_DeliveryStatusArg_v1 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.static MAPReportSM_DeliveryStatusArg
MAPReportSM_DeliveryStatusArg. copyOf(MAPReportSM_DeliveryStatusArg_v1 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.int
MAPDialog. sendReportSM_DeliveryStatus(long timeout, MAPReportSM_DeliveryStatusArg_v1 argument)
Issues a reportSM_DeliveryStatus_v1 operation request on the dialog. -
Uses of MAPReportSM_DeliveryStatusArg_v1 in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPReportSM_DeliveryStatusArg_v1 Constructor Description MAPReportSM_DeliveryStatusRequestEvent(MAPDialog dialog, TcapOperation operation, MAPReportSM_DeliveryStatusArg_v1 argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPReportSM_DeliveryStatusRequestEvent -
Uses of MAPReportSM_DeliveryStatusArg_v1 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPReportSM_DeliveryStatusArg_v1 Modifier and Type Field Description static PersistCodec<MAPReportSM_DeliveryStatusArg_v1,MAPReportSM_DeliveryStatusArg_v1,MAPProto.MAP_SM_DataTypes_ph1_ReportSM_DeliveryStatusArg_v1>
MAPCodecs. MAP_SM_DataTypes_ph1_ReportSM_DeliveryStatusArg_v1
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.ReportSM-DeliveryStatusArg-v1static PersistCodec<MAPReportSM_DeliveryStatusArg_v1,MAPReportSM_DeliveryStatusArg_v1,MAPProto.MAP_SM_DataTypes_ph1_ReportSM_DeliveryStatusArg_v1>
MAPCodecs. MAP_SM_DataTypes_ph1_ReportSM_DeliveryStatusArg_v1
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.ReportSM-DeliveryStatusArg-v1static PersistCodec<MAPReportSM_DeliveryStatusArg_v1,MAPReportSM_DeliveryStatusArg,MAPProto.MAP_SM_DataTypes_ReportSM_DeliveryStatusArg>
MAPCodecs. MAP_SM_DataTypes_ReportSM_DeliveryStatusArg
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.ReportSM-DeliveryStatusArg
-