public class PublicServiceProfileList
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<PublicServiceProfileList> |
CREATOR |
构造器和说明 |
---|
PublicServiceProfileList() |
PublicServiceProfileList(java.util.ArrayList<PublicServiceProfile> list) |
PublicServiceProfileList(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
java.util.ArrayList<PublicServiceProfile> |
getPublicServiceData()
获取公众服务列表
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<PublicServiceProfileList> CREATOR
public PublicServiceProfileList()
public PublicServiceProfileList(java.util.ArrayList<PublicServiceProfile> list)
public PublicServiceProfileList(android.os.Parcel in)
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
public java.util.ArrayList<PublicServiceProfile> getPublicServiceData()