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 |
---|---|
MAPGPRSSubscriptionDataWithdraw |
MAPGPRSSubscriptionDataWithdraw.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPGPRSSubscriptionDataWithdraw |
MAPGPRSSubscriptionDataWithdraw.copyOf(MAPGPRSSubscriptionDataWithdraw 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.
|
MAPGPRSSubscriptionDataWithdraw |
MAPDeleteSubscriberDataArg.getGprsSubscriptionDataWithdraw()
Gets the value of the field gprsSubscriptionDataWithdraw.
|
MAPGPRSSubscriptionDataWithdraw |
MAPGPRSSubscriptionDataWithdraw.setAllGPRSData()
Sets the allGPRSData choice.
|
MAPGPRSSubscriptionDataWithdraw |
MAPGPRSSubscriptionDataWithdraw.setContextIdList(int[] value)
Sets the value of the contextIdList choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPGPRSSubscriptionDataWithdraw |
MAPGPRSSubscriptionDataWithdraw.copyOf(MAPGPRSSubscriptionDataWithdraw 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.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setGprsSubscriptionDataWithdraw(MAPGPRSSubscriptionDataWithdraw value)
Sets the value of the field gprsSubscriptionDataWithdraw.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPGPRSSubscriptionDataWithdraw,MAPGPRSSubscriptionDataWithdraw,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw> |
MAPCodecs.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdraw
|
static PersistCodec<MAPGPRSSubscriptionDataWithdraw,MAPGPRSSubscriptionDataWithdraw,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw> |
MAPCodecs.MAP_MS_DataTypes_GPRSSubscriptionDataWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDataWithdraw
|