public class UserDataObject extends Object
| Constructor and Description |
|---|
UserDataObject() |
UserDataObject(String uuid) |
UserDataObject(String uuid,
long theTimestamp)
construct with fields
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getTimestamp()
timestamp that the thing was last favorited or whatever
|
String |
getUuid()
uuid of the object
|
void |
setTimestamp(Long timestamp1)
timestamp that the thing was last favorited or whatever
|
void |
setUuid(String uuid1)
uuid of the object
|
public UserDataObject(String uuid, long theTimestamp)
uuid - theTimestamp - public UserDataObject(String uuid)
uuid - public UserDataObject()
public String getUuid()
public void setUuid(String uuid1)
uuid1 - public Long getTimestamp()
public void setTimestamp(Long timestamp1)
timestamp1 - in millis since 1970Copyright © 2016 Internet2. All rights reserved.