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