Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPDN_GW_Update
-
Packages that use MAPPDN_GW_Update 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 MAPPDN_GW_Update in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPDN_GW_Update Modifier and Type Method Description MAPPDN_GW_Update
MAPPDN_GW_Update. clone()
Constructs a copy of this object and everything reachable from it.static MAPPDN_GW_Update
MAPPDN_GW_Update. copyOf(MAPPDN_GW_Update 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.MAPPDN_GW_Update
MAPEPS_Info. getPdn_gw_update()
Gets the value of the pdn-gw-update choice.MAPPDN_GW_Update
MAPPDN_GW_Update. setApn(AccessPointName value)
Sets the value of the field apn.MAPPDN_GW_Update
MAPPDN_GW_Update. setContextId(int value)
Sets the value of the field contextId and marks the field as present.MAPPDN_GW_Update
MAPPDN_GW_Update. setContextIdPresent(boolean flag)
Sets the presence or absence of the optional field contextId.MAPPDN_GW_Update
MAPPDN_GW_Update. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPPDN_GW_Update
MAPPDN_GW_Update. setPdn_gw_Identity(MAPPDN_GW_Identity value)
Sets the value of the field pdn-gw-Identity.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPDN_GW_Update Modifier and Type Method Description static MAPPDN_GW_Update
MAPPDN_GW_Update. copyOf(MAPPDN_GW_Update 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_Info
MAPEPS_Info. setPdn_gw_update(MAPPDN_GW_Update value)
Sets the value of the pdn-gw-update choice. -
Uses of MAPPDN_GW_Update in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPPDN_GW_Update Modifier and Type Field Description static PersistCodec<MAPPDN_GW_Update,MAPPDN_GW_Update,MAPProto.MAP_MS_DataTypes_PDN_GW_Update>
MAPCodecs. MAP_MS_DataTypes_PDN_GW_Update
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PDN-GW-Updatestatic PersistCodec<MAPPDN_GW_Update,MAPPDN_GW_Update,MAPProto.MAP_MS_DataTypes_PDN_GW_Update>
MAPCodecs. MAP_MS_DataTypes_PDN_GW_Update
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.PDN-GW-Update
-