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 |
---|---|
MAPLSAInformationWithdraw |
MAPLSAInformationWithdraw.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLSAInformationWithdraw |
MAPLSAInformationWithdraw.copyOf(MAPLSAInformationWithdraw 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.
|
MAPLSAInformationWithdraw |
MAPDeleteSubscriberDataArg.getLsaInformationWithdraw()
Gets the value of the field lsaInformationWithdraw.
|
MAPLSAInformationWithdraw |
MAPLSAInformationWithdraw.setAllLSAData()
Sets the allLSAData choice.
|
MAPLSAInformationWithdraw |
MAPLSAInformationWithdraw.setLsaIdentityList(LocalisedServiceAreaId[] value)
Sets the value of the lsaIdentityList choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPLSAInformationWithdraw |
MAPLSAInformationWithdraw.copyOf(MAPLSAInformationWithdraw 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.
|
MAPDeleteSubscriberDataArg |
MAPDeleteSubscriberDataArg.setLsaInformationWithdraw(MAPLSAInformationWithdraw value)
Sets the value of the field lsaInformationWithdraw.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLSAInformationWithdraw,MAPLSAInformationWithdraw,MAPProto.MAP_MS_DataTypes_LSAInformationWithdraw> |
MAPCodecs.MAP_MS_DataTypes_LSAInformationWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAInformationWithdraw
|
static PersistCodec<MAPLSAInformationWithdraw,MAPLSAInformationWithdraw,MAPProto.MAP_MS_DataTypes_LSAInformationWithdraw> |
MAPCodecs.MAP_MS_DataTypes_LSAInformationWithdraw
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAInformationWithdraw
|