com.gs.mpk.entity

MpkEntity

ClassName:MpkEntity
according to this class, you can get or set the data of mpk.

The MPK entity class


Supported Products:

All


Detail

Method

method description
public void setMode(int mode); set mpk mode

Params:

int:mpk
mode

Range:SPEED_DIAL/DIAL_DTMF/xxx {@link com.gs.mpk.context.MpkContext.Mode}

Supported Products:

All

public int getMode(); get mpk mode

Range:SPEED_DIAL/DIAL_DTMF/xxx {@link com.gs.mpk.context.MpkContext.Mode}


Return:

int: mpk mode

Supported Products:

All

public void setAccountId(int accountId); Set the ID of the account.

Params:

accountId
The id of the account.

Supported Products:

All

public int getAccountId(); Get the account id of the mpk

Return:

int The id of the account

Supported Products:

All

public void setDisplayName(String displayName); Set the display name of the mpk

Params:

name
Display name of the mpk

Supported Products:

All

public String getDisplayName(); Get the display name of the mpk

Return:

String Display name of the mpk

Supported Products:

All

public void setNumber(String number); Set the number of the mpk

Params:

number
Number of the mpk

Supported Products:

All

public String getNumber(); Get the number of the mpk

Return:

String number of the mpk

Supported Products:

All


Member & Constant

Member description