Class InstrumentationDataInstance

java.lang.Object
edu.internet2.middleware.grouper.instrumentation.InstrumentationDataInstance

public class InstrumentationDataInstance extends Object
  • Constructor Details

    • InstrumentationDataInstance

      public InstrumentationDataInstance()
  • Method Details

    • getUuid

      public String getUuid()
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Parameters:
      uuid - the uuid to set
    • getEngineName

      public String getEngineName()
      Returns:
      the engineName
    • setEngineName

      public void setEngineName(String engineName)
      Parameters:
      engineName - the engineName to set
    • getServerLabel

      public String getServerLabel()
      Returns:
      the serverLabel
    • setServerLabel

      public void setServerLabel(String serverLabel)
      Parameters:
      serverLabel - the serverLabel to set
    • getLastUpdate

      public Date getLastUpdate()
      Returns:
      the lastUpdate
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
      Parameters:
      lastUpdate - the lastUpdate to set
    • getCounts

      Returns:
      the counts
    • setCounts

      public void setCounts(List<InstrumentationDataInstanceCounts> counts)
      Parameters:
      counts - the counts to set