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 |
---|---|
MAPSuperChargerInfo |
MAPSuperChargerInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSuperChargerInfo |
MAPSuperChargerInfo.copyOf(MAPSuperChargerInfo 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.
|
MAPSuperChargerInfo |
MAPVLR_Capability.getSuperChargerSupportedInServingNetworkEntity()
Gets the value of the field superChargerSupportedInServingNetworkEntity.
|
MAPSuperChargerInfo |
MAPSGSN_Capability.getSuperChargerSupportedInServingNetworkEntity()
Gets the value of the field superChargerSupportedInServingNetworkEntity.
|
MAPSuperChargerInfo |
MAPSuperChargerInfo.setSendSubscriberData()
Sets the sendSubscriberData choice.
|
MAPSuperChargerInfo |
MAPSuperChargerInfo.setSubscriberDataStored(byte[] value)
Sets the value of the subscriberDataStored choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSuperChargerInfo |
MAPSuperChargerInfo.copyOf(MAPSuperChargerInfo 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.
|
MAPVLR_Capability |
MAPVLR_Capability.setSuperChargerSupportedInServingNetworkEntity(MAPSuperChargerInfo value)
Sets the value of the field superChargerSupportedInServingNetworkEntity.
|
MAPSGSN_Capability |
MAPSGSN_Capability.setSuperChargerSupportedInServingNetworkEntity(MAPSuperChargerInfo value)
Sets the value of the field superChargerSupportedInServingNetworkEntity.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSuperChargerInfo,MAPSuperChargerInfo,MAPProto.MAP_MS_DataTypes_SuperChargerInfo> |
MAPCodecs.MAP_MS_DataTypes_SuperChargerInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SuperChargerInfo
|
static PersistCodec<MAPSuperChargerInfo,MAPSuperChargerInfo,MAPProto.MAP_MS_DataTypes_SuperChargerInfo> |
MAPCodecs.MAP_MS_DataTypes_SuperChargerInfo
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SuperChargerInfo
|