Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCUG_Information
-
Packages that use MAPCUG_Information 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_Information in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCUG_Information Modifier and Type Method Description MAPCUG_InformationMAPCUG_Information. clone()Constructs a copy of this object and everything reachable from it.static MAPCUG_InformationMAPCUG_Information. copyOf(MAPCUG_Information 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_InformationMAPSentParameter. getCug_information()Gets the value of the cug-information choice.MAPCUG_InformationMAPSS_Information. getCug_Information()Gets the value of the cug-Information choice.MAPCUG_InformationMAPCUG_Information. setCug_Facilities(byte[] value)Sets the value of the field cug-Facilities.MAPCUG_InformationMAPCUG_Information. setCug_Features(MAPCUG_Information.Cug_Features value)Sets the value of the field cug-Features.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCUG_Information Modifier and Type Method Description static MAPCUG_InformationMAPCUG_Information. copyOf(MAPCUG_Information 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.MAPSentParameterMAPSentParameter. setCug_information(MAPCUG_Information value)Sets the value of the cug-information choice.MAPSS_InformationMAPSS_Information. setCug_Information(MAPCUG_Information value)Sets the value of the cug-Information choice. -
Uses of MAPCUG_Information in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCUG_Information Modifier and Type Field Description static PersistCodec<MAPCUG_Information,MAPCUG_Information,MAPProto.MAP_SS_DataTypes_ph1_CUG_Information>MAPCodecs. MAP_SS_DataTypes_ph1_CUG_InformationSingleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.CUG-Informationstatic PersistCodec<MAPCUG_Information,MAPCUG_Information,MAPProto.MAP_SS_DataTypes_ph1_CUG_Information>MAPCodecs. MAP_SS_DataTypes_ph1_CUG_InformationSingleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.CUG-Information
-