Uses of Class
com.opencloud.slee.resources.cgin.map.MAPNAEA_PreferredCI
-
Packages that use MAPNAEA_PreferredCI 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 MAPNAEA_PreferredCI in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPNAEA_PreferredCI Modifier and Type Method Description MAPNAEA_PreferredCI
MAPNAEA_PreferredCI. clone()
Constructs a copy of this object and everything reachable from it.static MAPNAEA_PreferredCI
MAPNAEA_PreferredCI. copyOf(MAPNAEA_PreferredCI 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.MAPNAEA_PreferredCI
MAPInsertSubscriberDataArg. getNaea_PreferredCI()
Gets the value of the field naea-PreferredCI.MAPNAEA_PreferredCI
MAPSendRoutingInfoRes_v3. getNaea_PreferredCI()
Gets the value of the field naea-PreferredCI.MAPNAEA_PreferredCI
MAPNAEA_PreferredCI. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPNAEA_PreferredCI
MAPNAEA_PreferredCI. setNaea_PreferredCIC(byte[] value)
Sets the value of the field naea-PreferredCIC.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPNAEA_PreferredCI Modifier and Type Method Description static MAPNAEA_PreferredCI
MAPNAEA_PreferredCI. copyOf(MAPNAEA_PreferredCI 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. setNaea_PreferredCI(MAPNAEA_PreferredCI value)
Sets the value of the field naea-PreferredCI.MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. setNaea_PreferredCI(MAPNAEA_PreferredCI value)
Sets the value of the field naea-PreferredCI. -
Uses of MAPNAEA_PreferredCI in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPNAEA_PreferredCI Modifier and Type Field Description static PersistCodec<MAPNAEA_PreferredCI,MAPNAEA_PreferredCI,MAPProto.MAP_CommonDataTypes_NAEA_PreferredCI>
MAPCodecs. MAP_CommonDataTypes_NAEA_PreferredCI
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.NAEA-PreferredCIstatic PersistCodec<MAPNAEA_PreferredCI,MAPNAEA_PreferredCI,MAPProto.MAP_CommonDataTypes_NAEA_PreferredCI>
MAPCodecs. MAP_CommonDataTypes_NAEA_PreferredCI
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.NAEA-PreferredCI
-