Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
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 |
---|---|
MAPUU_Data |
CAP4InitialDPArgExtension.getUu_Data()
Gets the value of the field uu-Data.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArgExtension |
CAP4InitialDPArgExtension.setUu_Data(MAPUU_Data value)
Sets the value of the field uu-Data.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUU_Data,MAPUU_Data,CAP4Proto.MAP_CH_DataTypes_UU_Data> |
CAP4Codecs.MAP_CH_DataTypes_UU_Data
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.UU-Data
|
static PersistCodec<MAPUU_Data,MAPUU_Data,CAP4Proto.MAP_CH_DataTypes_UU_Data> |
CAP4Codecs.MAP_CH_DataTypes_UU_Data
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.UU-Data
|
Modifier and Type | Method and Description |
---|---|
MAPUU_Data |
MAPUU_Data.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPUU_Data |
MAPUU_Data.copyOf(MAPUU_Data 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.
|
MAPUU_Data |
MAPResumeCallHandlingArg.getUu_Data()
Gets the value of the field uu-Data.
|
MAPUU_Data |
MAPUU_Data.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPUU_Data |
MAPUU_Data.setUui(byte[] value)
Sets the value of the field uui.
|
MAPUU_Data |
MAPUU_Data.setUuIndicator(byte[] value)
Sets the value of the field uuIndicator.
|
MAPUU_Data |
MAPUU_Data.setUusCFInteractionPresent(boolean flag)
Sets the presence or absence of the optional field uusCFInteraction.
|
Modifier and Type | Method and Description |
---|---|
static MAPUU_Data |
MAPUU_Data.copyOf(MAPUU_Data 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.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setUu_Data(MAPUU_Data value)
Sets the value of the field uu-Data.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPUU_Data,MAPUU_Data,MAPProto.MAP_CH_DataTypes_UU_Data> |
MAPCodecs.MAP_CH_DataTypes_UU_Data
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.UU-Data
|
static PersistCodec<MAPUU_Data,MAPUU_Data,MAPProto.MAP_CH_DataTypes_UU_Data> |
MAPCodecs.MAP_CH_DataTypes_UU_Data
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.UU-Data
|