Class DeduplicateCDRResult

java.lang.Object
com.highdeal.bart.hci.CDROperationResult
com.highdeal.bart.hci.DeduplicateCDRResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class DeduplicateCDRResult extends CDROperationResult
This class represents the result of the DeduplicateCDROp operation.
This result is the list of cdrs duplicates of each other plus the original one which is not in duplicate status.
Please, use getCDRs() for getting result.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="deduplicateCDRResult">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="cdr" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

  • Constructor Details

    • DeduplicateCDRResult

      public DeduplicateCDRResult()
      Builds an empty DeduplicateCDRResult.