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 |
---|---|
MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.copyOf(MAPRoutingInfo 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.
|
MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.setRoutingInfo(MAPRoutingInfo value)
Sets the value of the routingInfo choice.
|
Modifier and Type | Method and Description |
---|---|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setRoutingInfo(MAPExtendedRoutingInfo value)
Sets the value of the field extendedRoutingInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRoutingInfo,MAPExtendedRoutingInfo,MAPProto.MAP_CH_DataTypes_ExtendedRoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_ExtendedRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ExtendedRoutingInfo
|