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 | Class and Description |
---|---|
class |
MAPExt_CallBarringFeature
API for MAP-MS-DataTypes.Ext-CallBarringFeature.
|
Modifier and Type | Method and Description |
---|---|
MAPCallBarringFeature |
MAPCallBarringFeature.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallBarringFeature |
MAPCallBarringFeature.copyOf(MAPCallBarringFeature 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.
|
MAPCallBarringFeature[] |
MAPCallBarringInfo.getCallBarringFeatureList()
Gets the value of the field callBarringFeatureList.
|
MAPCallBarringFeature |
MAPCallBarringFeature.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPCallBarringFeature |
MAPCallBarringFeature.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPExt_CallBarringFeature |
MAPExt_CallBarringFeature.copyOf(MAPCallBarringFeature 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.
|
static MAPCallBarringFeature |
MAPCallBarringFeature.copyOf(MAPCallBarringFeature 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.
|
MAPCallBarringInfo |
MAPCallBarringInfo.setCallBarringFeatureList(MAPCallBarringFeature[] value)
Sets the value of the field callBarringFeatureList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCallBarringFeature,MAPExt_CallBarringFeature,MAPProto.MAP_MS_DataTypes_Ext_CallBarringFeature> |
MAPCodecs.MAP_MS_DataTypes_Ext_CallBarringFeature
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-CallBarringFeature
|
static PersistCodec<MAPCallBarringFeature,MAPCallBarringFeature,MAPProto.MAP_SS_DataTypes_CallBarringFeature> |
MAPCodecs.MAP_SS_DataTypes_CallBarringFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CallBarringFeature
|
static PersistCodec<MAPCallBarringFeature,MAPCallBarringFeature,MAPProto.MAP_SS_DataTypes_CallBarringFeature> |
MAPCodecs.MAP_SS_DataTypes_CallBarringFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.CallBarringFeature
|