public class ProfileMetadataProfileSortSpec extends DynamicData
Java class for ProfileMetadataProfileSortSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileMetadataProfileSortSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="policyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parameter |
protected String |
policyId |
| Constructor and Description |
|---|
ProfileMetadataProfileSortSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter()
Gets the value of the parameter property.
|
String |
getPolicyId()
Gets the value of the policyId property.
|
void |
setParameter(String value)
Sets the value of the parameter property.
|
void |
setPolicyId(String value)
Sets the value of the policyId property.
|
public String getPolicyId()
Stringpublic void setPolicyId(String value)
value - allowed object is
Stringpublic String getParameter()
StringCopyright © 2018. All rights reserved.