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 MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. clone()Constructs a copy of this object and everything reachable from it.static MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. 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.MAPGPRSSubscriptionDataMAPInsertSubscriberDataArg. getGprsSubscriptionData()Gets the value of the field gprsSubscriptionData.MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. setApn_oi_Replacement(AccessPointNameOperatorId value)Sets the value of the field apn-oi-Replacement.MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. setCompleteDataListIncludedPresent(boolean flag)Sets the presence or absence of the optional field completeDataListIncluded.MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. 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 MAPGPRSSubscriptionDataMAPGPRSSubscriptionData. 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.MAPInsertSubscriberDataArgMAPInsertSubscriberDataArg. 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_GPRSSubscriptionDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionDatastatic PersistCodec<MAPGPRSSubscriptionData,MAPGPRSSubscriptionData,MAPProto.MAP_MS_DataTypes_GPRSSubscriptionData>MAPCodecs. MAP_MS_DataTypes_GPRSSubscriptionDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSSubscriptionData
-