public class InstrumentationDataInstance extends Object
| Constructor and Description |
|---|
InstrumentationDataInstance() |
| Modifier and Type | Method and Description |
|---|---|
List<InstrumentationDataInstanceCounts> |
getCounts() |
String |
getEngineName() |
Date |
getLastUpdate() |
String |
getServerLabel() |
String |
getUuid() |
void |
setCounts(List<InstrumentationDataInstanceCounts> counts) |
void |
setEngineName(String engineName) |
void |
setLastUpdate(Date lastUpdate) |
void |
setServerLabel(String serverLabel) |
void |
setUuid(String uuid) |
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getEngineName()
public void setEngineName(String engineName)
engineName - the engineName to setpublic String getServerLabel()
public void setServerLabel(String serverLabel)
serverLabel - the serverLabel to setpublic Date getLastUpdate()
public void setLastUpdate(Date lastUpdate)
lastUpdate - the lastUpdate to setpublic List<InstrumentationDataInstanceCounts> getCounts()
public void setCounts(List<InstrumentationDataInstanceCounts> counts)
counts - the counts to setCopyright © 2016 Internet2. All rights reserved.