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.
|
Modifier and Type | Method and Description |
---|---|
MAPCallWaitingData |
MAPCallWaitingData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallWaitingData |
MAPCallWaitingData.copyOf(MAPCallWaitingData 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.
|
MAPCallWaitingData |
MAPNoteSubscriberDataModifiedArg.getCw_Data()
Gets the value of the field cw-Data.
|
MAPCallWaitingData |
MAPAnyTimeSubscriptionInterrogationRes.getCw_Data()
Gets the value of the field cw-Data.
|
MAPCallWaitingData |
MAPAnyTimeModificationRes.getCw_Data()
Gets the value of the field cw-Data.
|
MAPCallWaitingData |
MAPCallWaitingData.setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.
|
MAPCallWaitingData |
MAPCallWaitingData.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallWaitingData |
MAPCallWaitingData.copyOf(MAPCallWaitingData 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.
|
MAPNoteSubscriberDataModifiedArg |
MAPNoteSubscriberDataModifiedArg.setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.
|
MAPAnyTimeSubscriptionInterrogationRes |
MAPAnyTimeSubscriptionInterrogationRes.setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.
|
MAPAnyTimeModificationRes |
MAPAnyTimeModificationRes.setCw_Data(MAPCallWaitingData value)
Sets the value of the field cw-Data.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCallWaitingData,MAPCallWaitingData,MAPProto.MAP_MS_DataTypes_CallWaitingData> |
MAPCodecs.MAP_MS_DataTypes_CallWaitingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallWaitingData
|
static PersistCodec<MAPCallWaitingData,MAPCallWaitingData,MAPProto.MAP_MS_DataTypes_CallWaitingData> |
MAPCodecs.MAP_MS_DataTypes_CallWaitingData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallWaitingData
|