Uses of Class
com.opencloud.slee.resources.cgin.map.MAPUSSD_Res
-
Packages that use MAPUSSD_Res 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 MAPUSSD_Res in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPUSSD_Res Modifier and Type Method Description MAPUSSD_Res
MAPUSSD_Res. clone()
Constructs a copy of this object and everything reachable from it.static MAPUSSD_Res
MAPUSSD_Res. copyOf(MAPUSSD_Res 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.MAPUSSD_Res
MAPUSSD_Res. setUssd_DataCodingScheme(byte[] value)
Sets the value of the field ussd-DataCodingScheme.MAPUSSD_Res
MAPUSSD_Res. setUssd_String(byte[] value)
Sets the value of the field ussd-String.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPUSSD_Res Modifier and Type Method Description static MAPUSSD_Res
MAPUSSD_Res. copyOf(MAPUSSD_Res 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.void
MAPDialog. sendProcessUnstructuredSS_RequestResponse(int invokeId, MAPUSSD_Res result)
Issues a (last) response to a processUnstructuredSS_Request operation on the dialog.void
MAPDialog. sendProcessUnstructuredSS_RequestResponse(int invokeId, MAPUSSD_Res result, boolean isLast)
Issues a response to a processUnstructuredSS_Request operation on the dialog.void
MAPDialog. sendUnstructuredSS_RequestResponse(int invokeId, MAPUSSD_Res result)
Issues a (last) response to an unstructuredSS_Request operation on the dialog.void
MAPDialog. sendUnstructuredSS_RequestResponse(int invokeId, MAPUSSD_Res result, boolean isLast)
Issues a response to an unstructuredSS_Request operation on the dialog. -
Uses of MAPUSSD_Res in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPUSSD_Res Constructor Description MAPProcessUnstructuredSS_RequestResultEvent(MAPDialog dialog, TcapOperation operation, MAPUSSD_Res argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPProcessUnstructuredSS_RequestResultEventMAPUnstructuredSS_RequestResultEvent(MAPDialog dialog, TcapOperation operation, MAPUSSD_Res argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPUnstructuredSS_RequestResultEvent -
Uses of MAPUSSD_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPUSSD_Res Modifier and Type Field Description static PersistCodec<MAPUSSD_Res,MAPUSSD_Res,MAPProto.MAP_SS_DataTypes_USSD_Res>
MAPCodecs. MAP_SS_DataTypes_USSD_Res
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Resstatic PersistCodec<MAPUSSD_Res,MAPUSSD_Res,MAPProto.MAP_SS_DataTypes_USSD_Res>
MAPCodecs. MAP_SS_DataTypes_USSD_Res
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.USSD-Res
-