public class CloudSignUpData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_complete |
static String |
FIELD_ID |
static String |
FIELD_KEY |
| Constructor and Description |
|---|
CloudSignUpData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getKey() |
boolean |
isComplete() |
void |
setComplete(boolean complete) |
void |
setId(String id) |
void |
setKey(String key) |
public static final String FIELD_ID
public static final String FIELD_KEY
public static final String FIELD_complete
Copyright © 2014. All rights reserved.