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 MAPClipData
MAPClipData. clone()
Constructs a copy of this object and everything reachable from it.static MAPClipData
MAPClipData. 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.MAPClipData
MAPAnyTimeModificationRes. getClip_Data()
Gets the value of the field clip-Data.MAPClipData
MAPAnyTimeSubscriptionInterrogationRes. getClip_Data()
Gets the value of the field clip-Data.MAPClipData
MAPNoteSubscriberDataModifiedArg. getClip_Data()
Gets the value of the field clip-Data.MAPClipData
MAPClipData. setNotificationToCSEPresent(boolean flag)
Sets the presence or absence of the optional field notificationToCSE.MAPClipData
MAPClipData. setOverrideCategory(MAPOverrideCategory value)
Sets the value of the field overrideCategory.MAPClipData
MAPClipData. 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 MAPClipData
MAPClipData. 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.MAPAnyTimeModificationRes
MAPAnyTimeModificationRes. setClip_Data(MAPClipData value)
Sets the value of the field clip-Data.MAPAnyTimeSubscriptionInterrogationRes
MAPAnyTimeSubscriptionInterrogationRes. setClip_Data(MAPClipData value)
Sets the value of the field clip-Data.MAPNoteSubscriberDataModifiedArg
MAPNoteSubscriberDataModifiedArg. 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_ClipData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ClipDatastatic PersistCodec<MAPClipData,MAPClipData,MAPProto.MAP_MS_DataTypes_ClipData>
MAPCodecs. MAP_MS_DataTypes_ClipData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.ClipData
-