Uses of Class
com.opencloud.slee.resources.cgin.map.MAPGPRSSubscriptionData
-
Packages that use MAPGPRSSubscriptionData 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. -
-
Uses of MAPGPRSSubscriptionData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPGPRSSubscriptionData Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPGPRSSubscriptionData Modifier and Type Method 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. -
Uses of MAPGPRSSubscriptionData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPGPRSSubscriptionData Modifier and Type Field 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.GPRSSubscriptionDatastatic PersistCodec<MAPGPRSSubscriptionData,MAPGPRSSubscriptionData,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionData>
MAPCodecs. MAP_MS_DataTypes_GPRSSubscriptionData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionData
-