ClassName:MpkEntityaccording to this class, you can get or set the data of mpk.
The MPK entity class
All
method | description |
---|---|
public void setMode (int mode); |
set mpk mode
Params: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 modeSupported Products:All |
public void setAccountId (int accountId); |
Set the ID of the account.
Params:Supported Products:All |
public int getAccountId (); |
Get the account id of the mpk
Return:int The id of the accountSupported Products:All |
public void setDisplayName (String displayName); |
Set the display name of the mpk
Params:Supported Products:All |
public String getDisplayName (); |
Get the display name of the mpk
Return:String Display name of the mpkSupported Products:All |
public void setNumber (String number); |
Set the number of the mpk
Params:Supported Products:All |
public String getNumber (); |
Get the number of the mpk
Return:String number of the mpkSupported Products:All |
Member | description |
---|