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