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 MAPCamelRoutingInfoMAPCamelRoutingInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPCamelRoutingInfoMAPCamelRoutingInfo. 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.MAPCamelRoutingInfoMAPExtendedRoutingInfo. getCamelRoutingInfo()Gets the value of the camelRoutingInfo choice.MAPCamelRoutingInfoMAPCamelRoutingInfo. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPCamelRoutingInfoMAPCamelRoutingInfo. setForwardingData(MAPForwardingData value)Sets the value of the field forwardingData.MAPCamelRoutingInfoMAPCamelRoutingInfo. 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 MAPCamelRoutingInfoMAPCamelRoutingInfo. 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.MAPExtendedRoutingInfoMAPExtendedRoutingInfo. 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_CamelRoutingInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes.CamelRoutingInfostatic PersistCodec<MAPCamelRoutingInfo,MAPCamelRoutingInfo,MAPProto.MAP_CH_DataTypes_CamelRoutingInfo>MAPCodecs. MAP_CH_DataTypes_CamelRoutingInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes.CamelRoutingInfo
-