Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSendEndSignal_Res
-
Packages that use MAPSendEndSignal_Res 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 MAPSendEndSignal_Res in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSendEndSignal_Res Modifier and Type Method Description MAPSendEndSignal_Res
MAPSendEndSignal_Res. clone()
Constructs a copy of this object and everything reachable from it.static MAPSendEndSignal_Res
MAPSendEndSignal_Res. copyOf(MAPSendEndSignal_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.MAPSendEndSignal_Res
MAPSendEndSignal_Res. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSendEndSignal_Res Modifier and Type Method Description static MAPSendEndSignal_Res
MAPSendEndSignal_Res. copyOf(MAPSendEndSignal_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. sendSendEndSignalResponse(int invokeId, MAPSendEndSignal_Res result)
Issues a (last) response to a sendEndSignal operation on the dialog.void
MAPDialog. sendSendEndSignalResponse(int invokeId, MAPSendEndSignal_Res result, boolean isLast)
Issues a response to a sendEndSignal operation on the dialog. -
Uses of MAPSendEndSignal_Res in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSendEndSignal_Res Modifier and Type Field Description static PersistCodec<MAPSendEndSignal_Res,MAPSendEndSignal_Res,MAPProto.MAP_MS_DataTypes_SendEndSignal_Res>
MAPCodecs. MAP_MS_DataTypes_SendEndSignal_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendEndSignal-Resstatic PersistCodec<MAPSendEndSignal_Res,MAPSendEndSignal_Res,MAPProto.MAP_MS_DataTypes_SendEndSignal_Res>
MAPCodecs. MAP_MS_DataTypes_SendEndSignal_Res
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SendEndSignal-Res
-