com.gs.mpk.entity

MpkEntity

ClassName:MpkEntity
MpkEntity 的实体类

支持的产品:

All


详情

方法

方法 描述
public void setMode(int mode); 设置MPK的模式

参数:

int:
MPK模式

范围:快速拨号/DTMF/等等 {@link com.gs.mpk.context.MpkContext.Mode}

支持的产品:

All

public int getMode(); 获取MPK的模式

范围:快速拨号/DTMF/等等 {@link com.gs.mpk.context.MpkContext.Mode}


返回值:

int: MPK模式

支持的产品:

All

public void setAccountId(int accountId); 设置帐号ID

参数:

accountId
帐号ID

支持的产品:

All

public int getAccountId(); 获取帐号id

返回值:

int 帐号id

支持的产品:

All

public void setDisplayName(String displayName); 设置MPK显示名

参数:

name
显示名

支持的产品:

All

public String getDisplayName(); 获取MPK显示名

返回值:

String 显示名

支持的产品:

All

public void setNumber(String number); 设置MPK号码

参数:

number
号码

支持的产品:

All

public String getNumber(); 获取MPK号码

返回值:

String 号码

支持的产品:

All


成员和常量

成员 描述