Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMAP_ProviderAbortInfo
-
Packages that use MAPMAP_ProviderAbortInfo 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. -
-
Uses of MAPMAP_ProviderAbortInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMAP_ProviderAbortInfo Modifier and Type Method Description MAPMAP_ProviderAbortInfo
MAPMAP_ProviderAbortInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPMAP_ProviderAbortInfo
MAPMAP_ProviderAbortInfo. copyOf(MAPMAP_ProviderAbortInfo 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_ProviderAbortInfo
MAPMAP_DialoguePDU. getMap_providerAbort()
Gets the value of the map-providerAbort choice.MAPMAP_ProviderAbortInfo
MAPMAP_ProviderAbortInfo. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPMAP_ProviderAbortInfo
MAPMAP_ProviderAbortInfo. setMap_ProviderAbortReason(MAPMAP_ProviderAbortReason value)
Sets the value of the field map-ProviderAbortReason.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMAP_ProviderAbortInfo Modifier and Type Method Description static MAPMAP_ProviderAbortInfo
MAPMAP_ProviderAbortInfo. copyOf(MAPMAP_ProviderAbortInfo 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_providerAbort(MAPMAP_ProviderAbortInfo value)
Sets the value of the map-providerAbort choice. -
Uses of MAPMAP_ProviderAbortInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMAP_ProviderAbortInfo Modifier and Type Field Description static PersistCodec<MAPMAP_ProviderAbortInfo,MAPMAP_ProviderAbortInfo,MAPProto.MAP_DialogueInformation_MAP_ProviderAbortInfo>
MAPCodecs. MAP_DialogueInformation_MAP_ProviderAbortInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-ProviderAbortInfostatic PersistCodec<MAPMAP_ProviderAbortInfo,MAPMAP_ProviderAbortInfo,MAPProto.MAP_DialogueInformation_MAP_ProviderAbortInfo>
MAPCodecs. MAP_DialogueInformation_MAP_ProviderAbortInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-ProviderAbortInfo
-