public class TenantUsageElement
extends java.lang.Object
| Constructor and Description |
|---|
TenantUsageElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate()
The date these usage statistics were measured to.
|
java.util.Date |
getStartDate()
The date these usage statistics were measured from.
|
java.lang.Integer |
getTenantID()
The ID of the tenant these usage statistics apply to.
|
java.lang.String |
getTenantName()
The name of the tenant these usage statistics apply to.
|
int |
getTotalJobCount()
The total number of jobs processed within the period.
|
int |
getTotalLoginCount()
The total number of logins the tenant's administrators performed within the period.
|
int |
getTotalSecurityEventCount()
The total number of security events recorded for the tenant within the period.
|
int |
getTotalSystemEventCount()
The total number of system events generated within the period.
|
void |
setEndDate(java.util.Date endDate) |
void |
setStartDate(java.util.Date startDate) |
void |
setTenantID(java.lang.Integer tenantID) |
void |
setTenantName(java.lang.String tenantName) |
void |
setTotalJobCount(int totalJobCount) |
void |
setTotalLoginCount(int totalLoginCount) |
void |
setTotalSecurityEventCount(int totalSecurityEventCount) |
void |
setTotalSystemEventCount(int totalSystemEventCount) |
public java.lang.String getTenantName()
public void setTenantName(java.lang.String tenantName)
public java.lang.Integer getTenantID()
public void setTenantID(java.lang.Integer tenantID)
public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public int getTotalJobCount()
public void setTotalJobCount(int totalJobCount)
public int getTotalLoginCount()
public void setTotalLoginCount(int totalLoginCount)
public int getTotalSystemEventCount()
public void setTotalSystemEventCount(int totalSystemEventCount)
public int getTotalSecurityEventCount()
public void setTotalSecurityEventCount(int totalSecurityEventCount)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.