public final class UserFeatureStep
extends java.lang.Object
implements android.os.Parcelable
FeatureStep. The configuration information for this step
can be found in the UserFeatureField list.| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<UserFeatureStep> |
CREATOR |
java.util.List<UserFeatureField> |
fields |
java.lang.String |
id |
java.lang.String |
stepId |
FeatureStep.StepType |
stepType |
| Modifier | Constructor and Description |
|---|---|
|
UserFeatureStep(FeatureStep.StepType stepType,
java.lang.String id,
java.lang.String stepId,
java.util.List<UserFeatureField> fields) |
protected |
UserFeatureStep(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final FeatureStep.StepType stepType
public final java.lang.String stepId
public final java.util.List<UserFeatureField> fields
@Nullable public final java.lang.String id
public static final android.os.Parcelable.Creator<UserFeatureStep> CREATOR
public UserFeatureStep(FeatureStep.StepType stepType, @Nullable java.lang.String id, java.lang.String stepId, java.util.List<UserFeatureField> fields)
protected UserFeatureStep(android.os.Parcel in)