Class InstrumentationDataInstance
java.lang.Object
edu.internet2.middleware.grouper.instrumentation.InstrumentationDataInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUuid()voidvoidsetEngineName(String engineName) voidsetLastUpdate(Date lastUpdate) voidsetServerLabel(String serverLabel) void
-
Constructor Details
-
InstrumentationDataInstance
public InstrumentationDataInstance()
-
-
Method Details
-
getUuid
- Returns:
- the uuid
-
setUuid
- Parameters:
uuid- the uuid to set
-
getEngineName
- Returns:
- the engineName
-
setEngineName
- Parameters:
engineName- the engineName to set
-
getServerLabel
- Returns:
- the serverLabel
-
setServerLabel
- Parameters:
serverLabel- the serverLabel to set
-
getLastUpdate
- Returns:
- the lastUpdate
-
setLastUpdate
- Parameters:
lastUpdate- the lastUpdate to set
-
getCounts
- Returns:
- the counts
-
setCounts
- Parameters:
counts- the counts to set
-