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 |
---|---|
MAPLSAData |
MAPLSAData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLSAData |
MAPLSAData.copyOf(MAPLSAData 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.
|
MAPLSAData[] |
MAPLSAInformation.getLsaDataList()
Gets the value of the field lsaDataList.
|
MAPLSAData |
MAPLSAData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLSAData |
MAPLSAData.setLsaActiveModeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field lsaActiveModeIndicator.
|
MAPLSAData |
MAPLSAData.setLsaAttributes(byte[] value)
Sets the value of the field lsaAttributes.
|
MAPLSAData |
MAPLSAData.setLsaIdentity(LocalisedServiceAreaId value)
Sets the value of the field lsaIdentity.
|
Modifier and Type | Method and Description |
---|---|
static MAPLSAData |
MAPLSAData.copyOf(MAPLSAData 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 |
MAPLSAInformation.setLsaDataList(MAPLSAData[] value)
Sets the value of the field lsaDataList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLSAData,MAPLSAData,MAPProto.MAP_MS_DataTypes_LSAData> |
MAPCodecs.MAP_MS_DataTypes_LSAData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAData
|
static PersistCodec<MAPLSAData,MAPLSAData,MAPProto.MAP_MS_DataTypes_LSAData> |
MAPCodecs.MAP_MS_DataTypes_LSAData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.LSAData
|