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 |
---|---|
MAPPDP_Context |
MAPPDP_Context.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPDP_Context |
MAPPDP_Context.copyOf(MAPPDP_Context 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.
|
MAPPDP_Context[] |
MAPGPRSSubscriptionData.getGprsDataList()
Gets the value of the field gprsDataList.
|
MAPPDP_Context |
MAPPDP_Context.setApn_oi_Replacement(AccessPointNameOperatorId value)
Sets the value of the field apn-oi-Replacement.
|
MAPPDP_Context |
MAPPDP_Context.setApn(AccessPointName value)
Sets the value of the field apn.
|
MAPPDP_Context |
MAPPDP_Context.setExt_pdp_Address(byte[] value)
Sets the value of the field ext-pdp-Address.
|
MAPPDP_Context |
MAPPDP_Context.setExt_pdp_Type(byte[] value)
Sets the value of the field ext-pdp-Type.
|
MAPPDP_Context |
MAPPDP_Context.setExt_QoS_Subscribed(byte[] value)
Sets the value of the field ext-QoS-Subscribed.
|
MAPPDP_Context |
MAPPDP_Context.setExt2_QoS_Subscribed(byte[] value)
Sets the value of the field ext2-QoS-Subscribed.
|
MAPPDP_Context |
MAPPDP_Context.setExt3_QoS_Subscribed(byte[] value)
Sets the value of the field ext3-QoS-Subscribed.
|
MAPPDP_Context |
MAPPDP_Context.setExt4_QoS_Subscribed(byte[] value)
Sets the value of the field ext4-QoS-Subscribed.
|
MAPPDP_Context |
MAPPDP_Context.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPDP_Context |
MAPPDP_Context.setPdp_Address(byte[] value)
Sets the value of the field pdp-Address.
|
MAPPDP_Context |
MAPPDP_Context.setPdp_ChargingCharacteristics(byte[] value)
Sets the value of the field pdp-ChargingCharacteristics.
|
MAPPDP_Context |
MAPPDP_Context.setPdp_ContextId(int value)
Sets the value of the field pdp-ContextId and marks the field as present.
|
MAPPDP_Context |
MAPPDP_Context.setPdp_Type(byte[] value)
Sets the value of the field pdp-Type.
|
MAPPDP_Context |
MAPPDP_Context.setQos_Subscribed(byte[] value)
Sets the value of the field qos-Subscribed.
|
MAPPDP_Context |
MAPPDP_Context.setSipto_Permission(MAPSIPTO_Permission value)
Sets the value of the field sipto-Permission.
|
MAPPDP_Context |
MAPPDP_Context.setVplmnAddressAllowedPresent(boolean flag)
Sets the presence or absence of the optional field vplmnAddressAllowed.
|
Modifier and Type | Method and Description |
---|---|
static MAPPDP_Context |
MAPPDP_Context.copyOf(MAPPDP_Context 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 |
MAPGPRSSubscriptionData.setGprsDataList(MAPPDP_Context[] value)
Sets the value of the field gprsDataList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPPDP_Context,MAPPDP_Context,MAPProto.MAP_MS_DataTypes_PDP_Context> |
MAPCodecs.MAP_MS_DataTypes_PDP_Context
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PDP-Context
|
static PersistCodec<MAPPDP_Context,MAPPDP_Context,MAPProto.MAP_MS_DataTypes_PDP_Context> |
MAPCodecs.MAP_MS_DataTypes_PDP_Context
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PDP-Context
|