Class CAP2CAMEL_CallResult.TimeDurationChargingResult

    • Constructor Detail

      • TimeDurationChargingResult

        public TimeDurationChargingResult()
        Constructs an object with uninitialised state.
    • Method Detail

      • getCallActive

        public boolean getCallActive()
        Gets the value of the field callActive.
        Returns:
        value of field callActive
      • getFieldAccessors

        public static FieldAccessor[] getFieldAccessors()
        Gets a new array of the accessors for fields of this type.
        Returns:
        FieldAccessor[]
      • getFieldsMap

        public Map<String,​Object> getFieldsMap​(boolean withAbsents)
        Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getPartyToCharge

        public CCLegID getPartyToCharge()
        Gets the value of the field partyToCharge.
        Returns:
        value of field partyToCharge, or null if not present
      • getTimeInformation

        public CAP2TimeInformation getTimeInformation()
        Gets the value of the field timeInformation.
        Returns:
        value of field timeInformation, or null if not present
      • hasCallActive

        public boolean hasCallActive()
        Tests whether the field callActive has a value.
        Returns:
        whether the field callActive has a value
      • hasPartyToCharge

        public boolean hasPartyToCharge()
        Tests whether the field partyToCharge has a value.
        Returns:
        whether the field partyToCharge has a value
      • hasTimeInformation

        public boolean hasTimeInformation()
        Tests whether the field timeInformation has a value.
        Returns:
        whether the field timeInformation has a value