com.gs.phone.entity

DialingInfo

The detail info of a dialing

Supported Products:

All


Detail

Method

method description
public void setCallMode(int callMode); Set call mode.

Params:

callMode
The call mode of the account.

Supported Products:

All

public int getCallMode(); Get call mode.Refer to {@link PhoneContext.CallMode}

Return:

int call mode

Supported Products:

All

public void setAccountId(int accountId); Set account id.

Params:

accountId
The id of the account.

Supported Products:

All

public int getAccountId(); Get account id.

Return:

int The id of the account.

Supported Products:

All

public void setIsVideo(boolean isVideo); Set if it is video

Params:

isVideo
If it is video

Supported Products:

All

public boolean isVideo(); Check if it is video dialing

Return:

boolean true or false

Supported Products:

All

public String getOriginNumber(); Get phone number

Return:

String The phone number

Supported Products:

All

public void setOriginNumber(String originNumber); Set phone number

Params:

originNumber
The phone number

Supported Products:

All


Member & Constant

Member description