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 |
---|---|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.copyOf(MAPAPN_ConfigurationProfile 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.
|
MAPAPN_ConfigurationProfile |
MAPEPS_SubscriptionData.getApn_ConfigurationProfile()
Gets the value of the field apn-ConfigurationProfile.
|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.setCompleteDataListIncludedPresent(boolean flag)
Sets the presence or absence of the optional field completeDataListIncluded.
|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.setDefaultContext(int value)
Sets the value of the field defaultContext and marks the field as present.
|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.setEpsDataList(MAPAPN_Configuration[] value)
Sets the value of the field epsDataList.
|
MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
Modifier and Type | Method and Description |
---|---|
static MAPAPN_ConfigurationProfile |
MAPAPN_ConfigurationProfile.copyOf(MAPAPN_ConfigurationProfile 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.setApn_ConfigurationProfile(MAPAPN_ConfigurationProfile value)
Sets the value of the field apn-ConfigurationProfile.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPAPN_ConfigurationProfile,MAPAPN_ConfigurationProfile,MAPProto.MAP_MS_DataTypes_APN_ConfigurationProfile> |
MAPCodecs.MAP_MS_DataTypes_APN_ConfigurationProfile
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.APN-ConfigurationProfile
|
static PersistCodec<MAPAPN_ConfigurationProfile,MAPAPN_ConfigurationProfile,MAPProto.MAP_MS_DataTypes_APN_ConfigurationProfile> |
MAPCodecs.MAP_MS_DataTypes_APN_ConfigurationProfile
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.APN-ConfigurationProfile
|