Uses of Class
com.opencloud.slee.resources.cgin.map.MAPClipData
-
Packages that use MAPClipData 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 MAPClipData in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPClipData Modifier and Type Method Description MAPClipDataMAPClipData. clone()Constructs a copy of this object and everything reachable from it.static MAPClipDataMAPClipData. copyOf(MAPClipData 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.MAPClipDataMAPAnyTimeModificationRes. getClip_Data()Gets the value of the field clip-Data.MAPClipDataMAPAnyTimeSubscriptionInterrogationRes. getClip_Data()Gets the value of the field clip-Data.MAPClipDataMAPNoteSubscriberDataModifiedArg. getClip_Data()Gets the value of the field clip-Data.MAPClipDataMAPClipData. setNotificationToCSEPresent(boolean flag)Sets the presence or absence of the optional field notificationToCSE.MAPClipDataMAPClipData. setOverrideCategory(MAPOverrideCategory value)Sets the value of the field overrideCategory.MAPClipDataMAPClipData. setSs_Status(byte[] value)Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPClipData Modifier and Type Method Description static MAPClipDataMAPClipData. copyOf(MAPClipData 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. setClip_Data(MAPClipData value)Sets the value of the field clip-Data.MAPAnyTimeSubscriptionInterrogationResMAPAnyTimeSubscriptionInterrogationRes. setClip_Data(MAPClipData value)Sets the value of the field clip-Data.MAPNoteSubscriberDataModifiedArgMAPNoteSubscriberDataModifiedArg. setClip_Data(MAPClipData value)Sets the value of the field clip-Data. -
Uses of MAPClipData in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPClipData Modifier and Type Field Description static PersistCodec<MAPClipData,MAPClipData,MAPProto.MAP_MS_DataTypes_ClipData>MAPCodecs. MAP_MS_DataTypes_ClipDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ClipDatastatic PersistCodec<MAPClipData,MAPClipData,MAPProto.MAP_MS_DataTypes_ClipData>MAPCodecs. MAP_MS_DataTypes_ClipDataSingleton codec for the ASN.1 type: MAP-MS-DataTypes.ClipData
-