Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCamelRoutingInfo
-
Packages that use MAPCamelRoutingInfo 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 MAPCamelRoutingInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCamelRoutingInfo Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCamelRoutingInfo Modifier and Type Method 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. -
Uses of MAPCamelRoutingInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCamelRoutingInfo Modifier and Type Field 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.CamelRoutingInfostatic PersistCodec<MAPCamelRoutingInfo,MAPCamelRoutingInfo,MAPProto.MAP_CH_DataTypes_CamelRoutingInfo>
MAPCodecs. MAP_CH_DataTypes_CamelRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.CamelRoutingInfo
-