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 |
---|---|
MAPCamelRoutingInfo |
MAPCamelRoutingInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCamelRoutingInfo |
MAPCamelRoutingInfo.copyOf(MAPCamelRoutingInfo 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.
|
MAPCamelRoutingInfo |
MAPExtendedRoutingInfo.getCamelRoutingInfo()
Gets the value of the camelRoutingInfo choice.
|
MAPCamelRoutingInfo |
MAPCamelRoutingInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCamelRoutingInfo |
MAPCamelRoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.
|
MAPCamelRoutingInfo |
MAPCamelRoutingInfo.setGmscCamelSubscriptionInfo(MAPGmscCamelSubscriptionInfo value)
Sets the value of the field gmscCamelSubscriptionInfo.
|
Modifier and Type | Method and Description |
---|---|
static MAPCamelRoutingInfo |
MAPCamelRoutingInfo.copyOf(MAPCamelRoutingInfo 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.
|
MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.setCamelRoutingInfo(MAPCamelRoutingInfo value)
Sets the value of the camelRoutingInfo choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCamelRoutingInfo,MAPCamelRoutingInfo,MAPProto.MAP_CH_DataTypes_CamelRoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_CamelRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.CamelRoutingInfo
|
static PersistCodec<MAPCamelRoutingInfo,MAPCamelRoutingInfo,MAPProto.MAP_CH_DataTypes_CamelRoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_CamelRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.CamelRoutingInfo
|