public class SuppServiceNotification extends Object
Constructor and Description |
---|
SuppServiceNotification() |
public int notificationType
public int code
public int index
public int type
public String number
public String[] history
public static final int MO_CODE_UNCONDITIONAL_CF_ACTIVE
public static final int MO_CODE_SOME_CF_ACTIVE
public static final int MO_CODE_CALL_FORWARDED
public static final int MO_CODE_CALL_IS_WAITING
public static final int MO_CODE_CUG_CALL
public static final int MO_CODE_OUTGOING_CALLS_BARRED
public static final int MO_CODE_INCOMING_CALLS_BARRED
public static final int MO_CODE_CLIR_SUPPRESSION_REJECTED
public static final int MO_CODE_CALL_DEFLECTED
public static final int MT_CODE_FORWARDED_CALL
public static final int MT_CODE_CUG_CALL
public static final int MT_CODE_CALL_ON_HOLD
public static final int MT_CODE_CALL_RETRIEVED
public static final int MT_CODE_MULTI_PARTY_CALL
public static final int MT_CODE_ON_HOLD_CALL_RELEASED
public static final int MT_CODE_FORWARD_CHECK_RECEIVED
public static final int MT_CODE_CALL_CONNECTING_ECT
public static final int MT_CODE_CALL_CONNECTED_ECT
public static final int MT_CODE_DEFLECTED_CALL
public static final int MT_CODE_ADDITIONAL_CALL_FORWARDED
public String toString()
Object
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString
method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@
', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())