public class HostGroupItem extends Object
Constructor and Description |
---|
HostGroupItem(String name)
Constructs a new
HostGroupItem . |
Modifier and Type | Method and Description |
---|---|
String |
getArchive1() |
String |
getArchive2() |
String |
getHardware() |
String |
getName() |
String |
getProductVersion() |
String |
getRole() |
String |
getSoftware() |
String |
getSoftwareVersion() |
void |
setArchive1(String archive1)
Sets the first archive key of the host.
|
void |
setArchive2(String archive2)
Sets the second archive key of the host.
|
void |
setHardware(String hardware)
Sets the hardware text of the host.
|
void |
setName(String name)
Sets the name of the host.
|
void |
setProductVersion(String version)
Sets the filter for the product version of the host.
|
void |
setRole(String role)
Sets the role of the host.
|
void |
setSoftware(String software)
Sets the Software filter for the host.
|
void |
setSoftwareVersion(String softwareVersion)
Sets the software version filter of the host.
|
String |
toString() |
public HostGroupItem(String name)
HostGroupItem
.
Every field int this filter is set to an empty string.name
- Name of the host or filter expressionpublic String getArchive1()
public String getArchive2()
public String getHardware()
public String getName()
public String getRole()
public String getSoftware()
public String getSoftwareVersion()
public String getProductVersion()
public void setArchive1(String archive1)
archive1
- Archive Keypublic void setArchive2(String archive2)
archive2
- Archive Keypublic void setHardware(String hardware)
hardware
- Text describing the hardwarepublic void setName(String name)
name
- Host namepublic void setRole(String role)
role
- Role namepublic void setSoftware(String software)
software
- Software filterpublic void setSoftwareVersion(String softwareVersion)
softwareVersion
- Filter for software versionpublic void setProductVersion(String version)
version
- Product version (for example 6.00A701-609)Copyright © 2021. All rights reserved.