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 |
---|---|
MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.copyOf(MAPGPRSSubscriptionData 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.
|
MAPGPRSSubscriptionData |
MAPInsertSubscriberDataArg.getGprsSubscriptionData()
Gets the value of the field gprsSubscriptionData.
|
MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.
|
MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.setCompleteDataListIncludedPresent(boolean flag)
Sets the presence or absence of the optional field completeDataListIncluded.
|
MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.setGprsDataList(MAPPDP_Context[] value)
Sets the value of the field gprsDataList.
|
Modifier and Type | Method and Description |
---|---|
static MAPGPRSSubscriptionData |
MAPGPRSSubscriptionData.copyOf(MAPGPRSSubscriptionData 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.
|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setGprsSubscriptionData(MAPGPRSSubscriptionData value)
Sets the value of the field gprsSubscriptionData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPGPRSSubscriptionData,MAPGPRSSubscriptionData,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionData> |
MAPCodecs.MAP_MS_DataTypes_GPRSSubscriptionData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionData
|
static PersistCodec<MAPGPRSSubscriptionData,MAPGPRSSubscriptionData,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionData> |
MAPCodecs.MAP_MS_DataTypes_GPRSSubscriptionData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionData
|