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