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 |
---|---|
MAPAMBR |
MAPAMBR.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAMBR |
MAPAMBR.copyOf(MAPAMBR 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.
|
MAPAMBR |
MAPEPS_SubscriptionData.getAmbr()
Gets the value of the field ambr.
|
MAPAMBR |
MAPAPN_Configuration.getAmbr()
Gets the value of the field ambr.
|
MAPAMBR |
MAPAMBR.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPAMBR |
MAPAMBR.setMax_RequestedBandwidth_DL(long value)
Sets the value of the field max-RequestedBandwidth-DL and marks the field as present.
|
MAPAMBR |
MAPAMBR.setMax_RequestedBandwidth_UL(long value)
Sets the value of the field max-RequestedBandwidth-UL and marks the field as present.
|
Modifier and Type | Method and Description |
---|---|
static MAPAMBR |
MAPAMBR.copyOf(MAPAMBR 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_SubscriptionData |
MAPEPS_SubscriptionData.setAmbr(MAPAMBR value)
Sets the value of the field ambr.
|
MAPAPN_Configuration |
MAPAPN_Configuration.setAmbr(MAPAMBR value)
Sets the value of the field ambr.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAMBR,MAPAMBR,MAPProto.MAP_MS_DataTypes_AMBR> |
MAPCodecs.MAP_MS_DataTypes_AMBR
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AMBR
|
static PersistCodec<MAPAMBR,MAPAMBR,MAPProto.MAP_MS_DataTypes_AMBR> |
MAPCodecs.MAP_MS_DataTypes_AMBR
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.AMBR
|