public class TenantHostProtectionElement
extends java.lang.Object
| Constructor and Description |
|---|
TenantHostProtectionElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getHostID()
The internal host identifier.
|
java.lang.String |
getHostID1()
The value of the first configurable host identifier.
|
java.lang.String |
getHostID2()
The value of the second configurable host identifier.
|
java.lang.String |
getHostID3()
The value of the third configurable host identifier.
|
java.lang.String |
getInstanceType()
The instance type (from AWS).
|
java.util.List<TenantModuleUsageElement> |
getModuleUsageList()
The list of module usage details.
|
java.lang.String |
getOperatingSystem()
The operating system (from AWS).
|
java.util.Date |
getProtectionStartDate()
The date at which protection of the host started.
|
java.util.Date |
getProtectionStopDate()
The date at which protection of the host stopped; will be null
if the host is still being protected.
|
java.lang.Integer |
getTenantID()
The internal identifier of the tenant the host belongs to.
|
java.lang.String |
getTenantName()
The name of the tenant the host belongs to; May be null if the tenant has been deleted.
|
void |
setHostID(java.lang.Integer hostID) |
void |
setHostID1(java.lang.String hostID1) |
void |
setHostID2(java.lang.String hostID2) |
void |
setHostID3(java.lang.String hostID3) |
void |
setInstanceType(java.lang.String instanceType) |
void |
setModuleUsageList(java.util.List<TenantModuleUsageElement> moduleUsageList) |
void |
setOperatingSystem(java.lang.String operatingSystem) |
void |
setProtectionStartDate(java.util.Date protectionStartDate) |
void |
setProtectionStopDate(java.util.Date protectionStopDate) |
void |
setTenantID(java.lang.Integer tenantID) |
void |
setTenantName(java.lang.String tenantName) |
public java.lang.Integer getTenantID()
public void setTenantID(java.lang.Integer tenantID)
public java.lang.String getTenantName()
public void setTenantName(java.lang.String tenantName)
public java.lang.Integer getHostID()
public void setHostID(java.lang.Integer hostID)
public java.lang.String getInstanceType()
public void setInstanceType(java.lang.String instanceType)
public java.lang.String getOperatingSystem()
public void setOperatingSystem(java.lang.String operatingSystem)
public java.lang.String getHostID1()
public void setHostID1(java.lang.String hostID1)
public java.lang.String getHostID2()
public void setHostID2(java.lang.String hostID2)
public java.lang.String getHostID3()
public void setHostID3(java.lang.String hostID3)
public java.util.Date getProtectionStartDate()
public void setProtectionStartDate(java.util.Date protectionStartDate)
public java.util.Date getProtectionStopDate()
public void setProtectionStopDate(java.util.Date protectionStopDate)
public java.util.List<TenantModuleUsageElement> getModuleUsageList()
public void setModuleUsageList(java.util.List<TenantModuleUsageElement> moduleUsageList)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.