Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCUG_Info
-
Packages that use MAPCUG_Info 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 MAPCUG_Info in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCUG_Info Modifier and Type Method Description MAPCUG_InfoMAPCUG_Info. clone()Constructs a copy of this object and everything reachable from it.static MAPCUG_InfoMAPCUG_Info. copyOf(MAPCUG_Info 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.MAPCUG_InfoMAPExt_SS_Info. getCug_Info()Gets the value of the cug-Info choice.MAPCUG_InfoMAPCUG_Info. setCug_FeatureList(MAPCUG_Feature[] value)Sets the value of the field cug-FeatureList.MAPCUG_InfoMAPCUG_Info. setCug_SubscriptionList(MAPCUG_Subscription[] value)Sets the value of the field cug-SubscriptionList.MAPCUG_InfoMAPCUG_Info. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCUG_Info Modifier and Type Method Description static MAPCUG_InfoMAPCUG_Info. copyOf(MAPCUG_Info 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.MAPExt_SS_InfoMAPExt_SS_Info. setCug_Info(MAPCUG_Info value)Sets the value of the cug-Info choice. -
Uses of MAPCUG_Info in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCUG_Info Modifier and Type Field Description static PersistCodec<MAPCUG_Info,MAPCUG_Info,MAPProto.MAP_MS_DataTypes_CUG_Info>MAPCodecs. MAP_MS_DataTypes_CUG_InfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Infostatic PersistCodec<MAPCUG_Info,MAPCUG_Info,MAPProto.MAP_MS_DataTypes_CUG_Info>MAPCodecs. MAP_MS_DataTypes_CUG_InfoSingleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Info
-