public class ECVoipAccount
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<ECVoipAccount> |
CREATOR |
限定符 | 构造器和说明 |
---|---|
|
ECVoipAccount() |
protected |
ECVoipAccount(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
|
java.lang.String |
getAccount() |
boolean |
isVoip() |
void |
setAccount(java.lang.String account)
设置账户
|
void |
setIsVoip(boolean isVoip)
设置是否是voip
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public static final android.os.Parcelable.Creator<ECVoipAccount> CREATOR
public ECVoipAccount()
protected ECVoipAccount(android.os.Parcel in)
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.public boolean isVoip()
public void setIsVoip(boolean isVoip)
public java.lang.String getAccount()
public void setAccount(java.lang.String account)
Copyright © 2017 All rights reserved.