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 |
---|---|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.copyOf(MAPEPS_SubscriptionData 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.
|
MAPEPS_SubscriptionData |
MAPInsertSubscriberDataArg.getEps_SubscriptionData()
Gets the value of the field eps-SubscriptionData.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setAmbr(MAPAMBR value)
Sets the value of the field ambr.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setApn_ConfigurationProfile(MAPAPN_ConfigurationProfile value)
Sets the value of the field apn-ConfigurationProfile.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setRfsp_id(int value)
Sets the value of the field rfsp-id and marks the field as present.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setRfsp_idPresent(boolean flag)
Sets the presence or absence of the optional field rfsp-id.
|
MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.setStn_sr(AddressString value)
Sets the value of the field stn-sr.
|
Modifier and Type | Method and Description |
---|---|
static MAPEPS_SubscriptionData |
MAPEPS_SubscriptionData.copyOf(MAPEPS_SubscriptionData 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.setEps_SubscriptionData(MAPEPS_SubscriptionData value)
Sets the value of the field eps-SubscriptionData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPEPS_SubscriptionData,MAPEPS_SubscriptionData,MAPProto.MAP_MS_DataTypes_EPS_SubscriptionData> |
MAPCodecs.MAP_MS_DataTypes_EPS_SubscriptionData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.EPS-SubscriptionData
|
static PersistCodec<MAPEPS_SubscriptionData,MAPEPS_SubscriptionData,MAPProto.MAP_MS_DataTypes_EPS_SubscriptionData> |
MAPCodecs.MAP_MS_DataTypes_EPS_SubscriptionData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.EPS-SubscriptionData
|