Uses of Class
com.opencloud.slee.resources.cgin.map.MAPEraseCC_EntryRes
-
Packages that use MAPEraseCC_EntryRes 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 MAPEraseCC_EntryRes in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPEraseCC_EntryRes Modifier and Type Method Description MAPEraseCC_EntryRes
MAPEraseCC_EntryRes. clone()
Constructs a copy of this object and everything reachable from it.static MAPEraseCC_EntryRes
MAPEraseCC_EntryRes. copyOf(MAPEraseCC_EntryRes 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.MAPEraseCC_EntryRes
MAPEraseCC_EntryRes. setSs_Code(SSCode value)
Sets the value of the field ss-Code.MAPEraseCC_EntryRes
MAPEraseCC_EntryRes. setSs_Status(byte[] value)
Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPEraseCC_EntryRes Modifier and Type Method Description static MAPEraseCC_EntryRes
MAPEraseCC_EntryRes. copyOf(MAPEraseCC_EntryRes 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. sendEraseCC_EntryResponse(int invokeId, MAPEraseCC_EntryRes result)
Issues a (last) response to an eraseCC_Entry operation on the dialog.void
MAPDialog. sendEraseCC_EntryResponse(int invokeId, MAPEraseCC_EntryRes result, boolean isLast)
Issues a response to an eraseCC_Entry operation on the dialog. -
Uses of MAPEraseCC_EntryRes in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPEraseCC_EntryRes Constructor Description MAPEraseCC_EntryResultEvent(MAPDialog dialog, TcapOperation operation, MAPEraseCC_EntryRes argument, int invokeId, boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.map.events.MAPEraseCC_EntryResultEvent -
Uses of MAPEraseCC_EntryRes in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPEraseCC_EntryRes Modifier and Type Field Description static PersistCodec<MAPEraseCC_EntryRes,MAPEraseCC_EntryRes,MAPProto.MAP_SS_DataTypes_EraseCC_EntryRes>
MAPCodecs. MAP_SS_DataTypes_EraseCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryResstatic PersistCodec<MAPEraseCC_EntryRes,MAPEraseCC_EntryRes,MAPProto.MAP_SS_DataTypes_EraseCC_EntryRes>
MAPCodecs. MAP_SS_DataTypes_EraseCC_EntryRes
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.EraseCC-EntryRes
-