public abstract class VCenterServerFilter
extends java.lang.Object
Java class for vCenterServerFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vCenterServerFilter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="filterType" type="{}vCenterServerFilterType" minOccurs="0"/> <element name="filteredEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
filteredEntityName |
protected java.lang.String |
filterType |
Constructor and Description |
---|
VCenterServerFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilteredEntityName()
Gets the value of the filteredEntityName property.
|
java.lang.String |
getFilterType()
Gets the value of the filterType property.
|
void |
setFilteredEntityName(java.lang.String value)
Sets the value of the filteredEntityName property.
|
void |
setFilterType(java.lang.String value)
Sets the value of the filterType property.
|
protected java.lang.String filterType
protected java.lang.String filteredEntityName
public java.lang.String getFilterType()
VCenterServerFilterType
public void setFilterType(java.lang.String value)
value
- allowed object is VCenterServerFilterType
public java.lang.String getFilteredEntityName()
String
public void setFilteredEntityName(java.lang.String value)
value
- allowed object is String