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 MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. 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.MAPGmscCamelSubscriptionInfo
MAPCamelRoutingInfo. getGmscCamelSubscriptionInfo()
Gets the value of the field gmscCamelSubscriptionInfo.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setO_BcsmCamelTDP_CriteriaList(MAPO_BcsmCamelTDP_Criteria[] value)
Sets the value of the field o-BcsmCamelTDP-CriteriaList.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setO_CSI(MAPO_CSI value)
Sets the value of the field o-CSI.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. setT_BCSM_CAMEL_TDP_CriteriaList(MAPT_BCSM_CAMEL_TDP_Criteria[] value)
Sets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. 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 MAPGmscCamelSubscriptionInfo
MAPGmscCamelSubscriptionInfo. 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.MAPCamelRoutingInfo
MAPCamelRoutingInfo. 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_GmscCamelSubscriptionInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.GmscCamelSubscriptionInfostatic PersistCodec<MAPGmscCamelSubscriptionInfo,MAPGmscCamelSubscriptionInfo,MAPProto.MAP_CH_DataTypes_GmscCamelSubscriptionInfo>
MAPCodecs. MAP_CH_DataTypes_GmscCamelSubscriptionInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.GmscCamelSubscriptionInfo
-