public class CSHumanEvaluateItem
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<CSHumanEvaluateItem> |
CREATOR |
构造器和说明 |
---|
CSHumanEvaluateItem(int value,
java.lang.String description) |
CSHumanEvaluateItem(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
|
java.lang.String |
getDescription()
取满意度评价的内容.
|
int |
getValue()
取满意度评价值 1-5
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
将类的数据写入外部提供的 Parcel 中。
|
public static final android.os.Parcelable.Creator<CSHumanEvaluateItem> CREATOR
public CSHumanEvaluateItem(int value, java.lang.String description)
public CSHumanEvaluateItem(android.os.Parcel in)
public int getValue()
public java.lang.String getDescription()
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
dest
- 对象被写入的 Parcel。flags
- 对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。