Uses of Class
com.opencloud.slee.resources.cgin.map.MAPClirData
-
Packages that use MAPClirData 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 MAPClirData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPClirData Modifier and Type Method Description MAPClirDataMAPClirData. clone()Constructs a copy of this object and everything reachable from it.static MAPClirDataMAPClirData. copyOf(MAPClirData 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.MAPClirDataMAPAnyTimeModificationRes. getClir_Data()Gets the value of the field clir-Data.MAPClirDataMAPAnyTimeSubscriptionInterrogationRes. getClir_Data()Gets the value of the field clir-Data.MAPClirDataMAPNoteSubscriberDataModifiedArg. getClir_Data()Gets the value of the field clir-Data.MAPClirDataMAPClirData. setCliRestrictionOption(MAPCliRestrictionOption value)Sets the value of the field cliRestrictionOption.MAPClirDataMAPClirData. setNotificationToCSEPresent(boolean flag)Sets the presence or absence of the optional field notificationToCSE.MAPClirDataMAPClirData. setSs_Status(byte[] value)Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPClirData Modifier and Type Method Description static MAPClirDataMAPClirData. copyOf(MAPClirData 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.MAPAnyTimeModificationResMAPAnyTimeModificationRes. setClir_Data(MAPClirData value)Sets the value of the field clir-Data.MAPAnyTimeSubscriptionInterrogationResMAPAnyTimeSubscriptionInterrogationRes. setClir_Data(MAPClirData value)Sets the value of the field clir-Data.MAPNoteSubscriberDataModifiedArgMAPNoteSubscriberDataModifiedArg. setClir_Data(MAPClirData value)Sets the value of the field clir-Data. -
Uses of MAPClirData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPClirData Modifier and Type Field Description static PersistCodec<MAPClirData,MAPClirData,MAPProto.MAP_MS_DataTypes_ClirData>MAPCodecs. MAP_MS_DataTypes_ClirDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ClirDatastatic PersistCodec<MAPClirData,MAPClirData,MAPProto.MAP_MS_DataTypes_ClirData>MAPCodecs. MAP_MS_DataTypes_ClirDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ClirData
-