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 |
---|---|
MAPMAP_CloseInfo |
MAPMAP_CloseInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMAP_CloseInfo |
MAPMAP_CloseInfo.copyOf(MAPMAP_CloseInfo 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.
|
MAPMAP_CloseInfo |
MAPMAP_DialoguePDU.getMap_close()
Gets the value of the map-close choice.
|
MAPMAP_CloseInfo |
MAPMAP_CloseInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
Modifier and Type | Method and Description |
---|---|
static MAPMAP_CloseInfo |
MAPMAP_CloseInfo.copyOf(MAPMAP_CloseInfo 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.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_close(MAPMAP_CloseInfo value)
Sets the value of the map-close choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPMAP_CloseInfo,MAPMAP_CloseInfo,MAPProto.MAP_DialogueInformation_MAP_CloseInfo> |
MAPCodecs.MAP_DialogueInformation_MAP_CloseInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-CloseInfo
|
static PersistCodec<MAPMAP_CloseInfo,MAPMAP_CloseInfo,MAPProto.MAP_DialogueInformation_MAP_CloseInfo> |
MAPCodecs.MAP_DialogueInformation_MAP_CloseInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-CloseInfo
|