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 |
---|---|
MAPLCSInformation |
MAPLCSInformation.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSInformation |
MAPLCSInformation.copyOf(MAPLCSInformation 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.
|
MAPLCSInformation |
MAPInsertSubscriberDataArg.getLcsInformation()
Gets the value of the field lcsInformation.
|
MAPLCSInformation |
MAPLCSInformation.setAdd_lcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)
Sets the value of the field add-lcs-PrivacyExceptionList.
|
MAPLCSInformation |
MAPLCSInformation.setGmlc_List(AddressString[] value)
Sets the value of the field gmlc-List.
|
MAPLCSInformation |
MAPLCSInformation.setLcs_PrivacyExceptionList(MAPLCS_PrivacyClass[] value)
Sets the value of the field lcs-PrivacyExceptionList.
|
MAPLCSInformation |
MAPLCSInformation.setMolr_List(MAPMOLR_Class[] value)
Sets the value of the field molr-List.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSInformation |
MAPLCSInformation.copyOf(MAPLCSInformation 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.
|
MAPInsertSubscriberDataArg |
MAPInsertSubscriberDataArg.setLcsInformation(MAPLCSInformation value)
Sets the value of the field lcsInformation.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLCSInformation,MAPLCSInformation,MAPProto.MAP_MS_DataTypes_LCSInformation> |
MAPCodecs.MAP_MS_DataTypes_LCSInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LCSInformation
|
static PersistCodec<MAPLCSInformation,MAPLCSInformation,MAPProto.MAP_MS_DataTypes_LCSInformation> |
MAPCodecs.MAP_MS_DataTypes_LCSInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LCSInformation
|