public class LASObject extends Object implements Serializable
| Constructor and Description |
|---|
LASObject() |
| Modifier and Type | Method and Description |
|---|---|
long |
createdAt() |
String |
createdAtString() |
Map |
getACL() |
ObjectId |
objectId() |
String |
objectIdString() |
void |
setACL(Map ACL) |
void |
setCreatedAt(Long createdAt) |
void |
setCreatedAt(String createdAt) |
void |
setObjectId(ObjectId objectId) |
void |
setObjectId(String objectId) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUpdatedAt(String updatedAt) |
String |
toString() |
long |
updateAt() |
String |
updatedAtString() |
public ObjectId objectId()
public void setObjectId(ObjectId objectId)
public void setObjectId(String objectId)
public String objectIdString()
public long createdAt()
public void setCreatedAt(Long createdAt)
public String createdAtString()
public void setCreatedAt(String createdAt)
public long updateAt()
public void setUpdatedAt(Long updatedAt)
public String updatedAtString()
public void setUpdatedAt(String updatedAt)
public Map getACL()
public void setACL(Map ACL)
Copyright © 2015. All rights reserved.