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 |
---|---|
MAPLSAInformation |
MAPLSAInformation.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLSAInformation |
MAPLSAInformation.copyOf(MAPLSAInformation 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.
|
MAPLSAInformation |
MAPInsertSubscriberDataArg.getLsaInformation()
Gets the value of the field lsaInformation.
|
MAPLSAInformation |
MAPLSAInformation.setCompleteDataListIncludedPresent(boolean flag)
Sets the presence or absence of the optional field completeDataListIncluded.
|
MAPLSAInformation |
MAPLSAInformation.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLSAInformation |
MAPLSAInformation.setLsaDataList(MAPLSAData[] value)
Sets the value of the field lsaDataList.
|
MAPLSAInformation |
MAPLSAInformation.setLsaOnlyAccessIndicator(MAPLSAOnlyAccessIndicator value)
Sets the value of the field lsaOnlyAccessIndicator.
|
Modifier and Type | Method and Description |
---|---|
static MAPLSAInformation |
MAPLSAInformation.copyOf(MAPLSAInformation 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.setLsaInformation(MAPLSAInformation value)
Sets the value of the field lsaInformation.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLSAInformation,MAPLSAInformation,MAPProto.MAP_MS_DataTypes_LSAInformation> |
MAPCodecs.MAP_MS_DataTypes_LSAInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAInformation
|
static PersistCodec<MAPLSAInformation,MAPLSAInformation,MAPProto.MAP_MS_DataTypes_LSAInformation> |
MAPCodecs.MAP_MS_DataTypes_LSAInformation
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAInformation
|