Uses of Class
com.opencloud.slee.resources.cgin.map.MAPUnexpectedDataParam
-
Packages that use MAPUnexpectedDataParam 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 MAPUnexpectedDataParam in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPUnexpectedDataParam Modifier and Type Method Description MAPUnexpectedDataParam
MAPUnexpectedDataParam. clone()
Constructs a copy of this object and everything reachable from it.static MAPUnexpectedDataParam
MAPUnexpectedDataParam. copyOf(MAPUnexpectedDataParam 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.MAPUnexpectedDataParam
MAPUnexpectedDataParam. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPUnexpectedDataParam Modifier and Type Method Description static MAPUnexpectedDataParam
MAPUnexpectedDataParam. copyOf(MAPUnexpectedDataParam 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. sendUnexpectedDataValueError(int invokeId, MAPUnexpectedDataParam error)
Issues an unexpectedDataValue error response for an operation on the dialog. -
Uses of MAPUnexpectedDataParam in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPUnexpectedDataParam Constructor Description MAPUnexpectedDataValueErrorEvent(MAPDialog dialog, TcapOperation operation, TcapError error, MAPUnexpectedDataParam parameter, int invokeId)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPUnexpectedDataValueErrorEvent -
Uses of MAPUnexpectedDataParam in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPUnexpectedDataParam Modifier and Type Field Description static PersistCodec<MAPUnexpectedDataParam,MAPUnexpectedDataParam,MAPProto.MAP_ER_DataTypes_UnexpectedDataParam>
MAPCodecs. MAP_ER_DataTypes_UnexpectedDataParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.UnexpectedDataParamstatic PersistCodec<MAPUnexpectedDataParam,MAPUnexpectedDataParam,MAPProto.MAP_ER_DataTypes_UnexpectedDataParam>
MAPCodecs. MAP_ER_DataTypes_UnexpectedDataParam
Singleton codec for the ASN.1 type: MAP-ER-DataTypes.UnexpectedDataParam
-