public class ServiceInfo extends Object implements Serializable
Constructor and Description |
---|
ServiceInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimestamp() |
long |
getLastAccessTimestamp() |
String |
getServiceId() |
void |
setCreationTimestamp(long creationTimestamp) |
void |
setLastAccessTimestamp(long lastAccessTimestamp) |
void |
setServiceId(String serviceId) |
String |
toString() |
public String getServiceId()
public void setServiceId(String serviceId)
public long getLastAccessTimestamp()
public void setLastAccessTimestamp(long lastAccessTimestamp)
public long getCreationTimestamp()
public void setCreationTimestamp(long creationTimestamp)
Copyright © 2010-2014 anotheria.net. All Rights Reserved.