Uses of Class
com.opencloud.slee.resources.cgin.map.MAPGmscCamelSubscriptionInfo
-
Packages that use MAPGmscCamelSubscriptionInfo 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 MAPGmscCamelSubscriptionInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPGmscCamelSubscriptionInfo Modifier and Type Method Description MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. copyOf(MAPGmscCamelSubscriptionInfo 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.MAPGmscCamelSubscriptionInfoMAPCamelRoutingInfo. getGmscCamelSubscriptionInfo()Gets the value of the field gmscCamelSubscriptionInfo.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setD_csi(MAPD_CSI value)Sets the value of the field d-csi.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setO_BcsmCamelTDP_CriteriaList(MAPO_BcsmCamelTDP_Criteria[] value)Sets the value of the field o-BcsmCamelTDP-CriteriaList.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setO_CSI(MAPO_CSI value)Sets the value of the field o-CSI.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setT_BCSM_CAMEL_TDP_CriteriaList(MAPT_BCSM_CAMEL_TDP_Criteria[] value)Sets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. setT_CSI(MAPT_CSI value)Sets the value of the field t-CSI.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPGmscCamelSubscriptionInfo Modifier and Type Method Description static MAPGmscCamelSubscriptionInfoMAPGmscCamelSubscriptionInfo. copyOf(MAPGmscCamelSubscriptionInfo 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.MAPCamelRoutingInfoMAPCamelRoutingInfo. setGmscCamelSubscriptionInfo(MAPGmscCamelSubscriptionInfo value)Sets the value of the field gmscCamelSubscriptionInfo. -
Uses of MAPGmscCamelSubscriptionInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPGmscCamelSubscriptionInfo Modifier and Type Field Description static PersistCodec<MAPGmscCamelSubscriptionInfo,MAPGmscCamelSubscriptionInfo,MAPProto.MAP_CH_DataTypes_GmscCamelSubscriptionInfo>MAPCodecs. MAP_CH_DataTypes_GmscCamelSubscriptionInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes.GmscCamelSubscriptionInfostatic PersistCodec<MAPGmscCamelSubscriptionInfo,MAPGmscCamelSubscriptionInfo,MAPProto.MAP_CH_DataTypes_GmscCamelSubscriptionInfo>MAPCodecs. MAP_CH_DataTypes_GmscCamelSubscriptionInfoSingleton codec for the ASN.1 type: MAP-CH-DataTypes.GmscCamelSubscriptionInfo
-