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_DialoguePDU |
MAPMAP_DialoguePDU.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.copyOf(MAPMAP_DialoguePDU 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_accept(MAPMAP_AcceptInfo value)
Sets the value of the map-accept choice.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_close(MAPMAP_CloseInfo value)
Sets the value of the map-close choice.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_open(MAPMAP_OpenInfo value)
Sets the value of the map-open choice.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_providerAbort(MAPMAP_ProviderAbortInfo value)
Sets the value of the map-providerAbort choice.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_refuse(MAPMAP_RefuseInfo value)
Sets the value of the map-refuse choice.
|
MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.setMap_userAbort(MAPMAP_UserAbortInfo value)
Sets the value of the map-userAbort choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPMAP_DialoguePDU |
MAPMAP_DialoguePDU.copyOf(MAPMAP_DialoguePDU 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.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPMAP_DialoguePDU,MAPMAP_DialoguePDU,MAPProto.MAP_DialogueInformation_MAP_DialoguePDU> |
MAPCodecs.MAP_DialogueInformation_MAP_DialoguePDU
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-DialoguePDU
|
static PersistCodec<MAPMAP_DialoguePDU,MAPMAP_DialoguePDU,MAPProto.MAP_DialogueInformation_MAP_DialoguePDU> |
MAPCodecs.MAP_DialogueInformation_MAP_DialoguePDU
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-DialoguePDU
|