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 |
---|---|
MAPCallBarringData |
MAPCallBarringData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCallBarringData |
MAPCallBarringData.copyOf(MAPCallBarringData 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.
|
MAPCallBarringData |
MAPAnyTimeSubscriptionInterrogationRes.getCallBarringData()
Gets the value of the field callBarringData.
|
MAPCallBarringData |
MAPCallBarringData.setCallBarringFeatureList(MAPExt_CallBarringFeature[] value)
Sets the value of the field callBarringFeatureList.
|
MAPCallBarringData |
MAPCallBarringData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCallBarringData |
MAPCallBarringData.setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.
|
MAPCallBarringData |
MAPCallBarringData.setPassword(String value)
Sets the value of the field password.
|
MAPCallBarringData |
MAPCallBarringData.setWrongPasswordAttemptsCounter(int value)
Sets the value of the field wrongPasswordAttemptsCounter and marks the field as present.
|
MAPCallBarringData |
MAPCallBarringData.setWrongPasswordAttemptsCounterPresent(boolean flag)
Sets the presence or absence of the optional field wrongPasswordAttemptsCounter.
|
Modifier and Type | Method and Description |
---|---|
static MAPCallBarringData |
MAPCallBarringData.copyOf(MAPCallBarringData 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.
|
MAPAnyTimeSubscriptionInterrogationRes |
MAPAnyTimeSubscriptionInterrogationRes.setCallBarringData(MAPCallBarringData value)
Sets the value of the field callBarringData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCallBarringData,MAPCallBarringData,MAPProto.MAP_MS_DataTypes_CallBarringData> |
MAPCodecs.MAP_MS_DataTypes_CallBarringData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallBarringData
|
static PersistCodec<MAPCallBarringData,MAPCallBarringData,MAPProto.MAP_MS_DataTypes_CallBarringData> |
MAPCodecs.MAP_MS_DataTypes_CallBarringData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CallBarringData
|